Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math > API/Runtime/CADKernel/Math/UE__CADKernel__ComputePositiveSl-
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/SlopeUtils.h |
| Include | #include "Math/SlopeUtils.h" |
namespace UE
{
namespace CADKernel
{
double UE::CADKernel::ComputePositiveSlope
(
const FPoint2D & StartPoint,
const FPoint2D & EndPoint1,
const FPoint2D & EndPoint2
)
}
}
Remarks
Compute the positive slope between the segments [StartPoint, EndPoint1] and [StartPoint, EndPoint2] a slope between [0, 8] i.e. an equivalent angle between [0, 2Pi]