Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
| Type | Name | Description | |
|---|---|---|---|
| double | UE::CADKernel::ComputePositiveSlope
(
const FPoint2D& StartPoint, |
Compute the oriented slope of a segment according to a reference slope This method is used to compute an approximation of the angle between two segments in 2D. | |
| double | UE::CADKernel::ComputePositiveSlope
(
const FPoint2D& StartPoint, |
Compute the positive slope between the segments [StartPoint, EndPoint1] and [StartPoint, EndPoint2] |