Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math > API/Runtime/CADKernel/Math/UE__CADKernel__ComputeSlope
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::ComputeSlope
(
const FPoint2D & StartPoint,
const FPoint2D & EndPoint,
double ReferenceSlope
)
}
}
Remarks
Compute the slope of a segment according to a reference slope return the slope