|
| double | UE::CADKernel::TransformIntoOrientedSlope (double Slope) |
| |
| double | UE::CADKernel::TransformIntoClockwiseSlope (double Slope) |
| |
| double | UE::CADKernel::TransformIntoUnorientedSlope (double Slope) |
| |
| double | UE::CADKernel::TransformIntoPositiveSlope (double Slope) |
| |
| double | UE::CADKernel::TransformIntoSlopeRelativeToReferenceAxis (double Slope) |
| |
| double | UE::CADKernel::SwapSlopeOrientation (double Slope) |
| |
| double | UE::CADKernel::ComputeSlope (const FVector2d &StartPoint, const FVector2d &EndPoint) |
| |
| double | UE::CADKernel::ComputeSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::ComputeSlope (const FVector2d &StartPoint, const FVector2d &EndPoint1, const FVector2d &EndPoint2) |
| |
| double | UE::CADKernel::ComputePositiveSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::ComputePositiveSlope (const FVector2d &StartPoint, const FVector2d &EndPoint1, const FVector2d &EndPoint2) |
| |
| double | UE::CADKernel::ClockwiseSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::CounterClockwiseSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::ComputeOrientedSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::ComputeOrientedSlope (const FVector2d &StartPoint, const FVector2d &EndPoint1, const FVector2d &EndPoint2) |
| |
| double | UE::CADKernel::ComputeUnorientedSlope (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceSlope) |
| |
| double | UE::CADKernel::ComputeSlopeRelativeToNearestAxis (const FVector2d &StartPoint, const FVector2d &EndPoint) |
| |
| double | UE::CADKernel::ComputeSlopeRelativeToReferenceAxis (const FVector2d &StartPoint, const FVector2d &EndPoint, double ReferenceAxisSlope) |
| |
| double | UE::CADKernel::ComputeUnorientedSlope (const FVector2d &StartPoint, const FVector2d &EndPoint1, const FVector2d &EndPoint2) |
| |
| bool | UE::CADKernel::IsPointPInsideSectorABC (const FVector2d &PointA, const FVector2d &PointB, const FVector2d &PointC, const FVector2d &PointP, const double FlatAngle) |
| |
| bool | UE::CADKernel::ArePointsInsideSectorABC (const FVector2d &PointA, const FVector2d &PointB, const FVector2d &PointC, const TArray< const FVector2d * > &Points, const double FlatAngle=-DOUBLE_SMALL_NUMBER) |
| |
| FVector2d | UE::CADKernel::SlopeToVector (const double Slope) |
| |