Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
| Type | Name | Description | |
|---|---|---|---|
| double | UE::CADKernel::ComputeSlope
(
const FPoint2D& StartPoint, |
||
| double | UE::CADKernel::ComputeSlope
(
const FPoint2D& StartPoint, |
Compute the slope of a segment according to a reference slope return the slope | |
| double | UE::CADKernel::ComputeSlope
(
const FPoint2D& StartPoint, |
Compute the slope between the segments [StartPoint, EndPoint1] and [StartPoint, EndPoint2] |