Navigation
API > API/Runtime > API/Runtime/CADKernel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double UE::CADKernel::ComputeOrientedSlope
(
const FVector2d& StartPoint, |
Compute the oriented slope of a segment according to a reference slope | Math/SlopeUtils.h | |
double UE::CADKernel::ComputeOrientedSlope
(
const FVector2d& StartPoint, |
Compute the positive slope between the segments [StartPoint, EndPoint1] and [StartPoint, EndPoint2] | Math/SlopeUtils.h |
UE::CADKernel::ComputeOrientedSlope(const FVector2d &, const FVector2d &, double)
Description
Compute the oriented slope of a segment according to a reference slope
| Name | UE::CADKernel::ComputeOrientedSlope |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/SlopeUtils.h |
| Include Path | #include "Math/SlopeUtils.h" |
namespace UE
{
namespace CADKernel
{
double UE::CADKernel::ComputeOrientedSlope
(
const FVector2d & StartPoint,
const FVector2d & EndPoint,
double ReferenceSlope
)
}
}
a slope between [-4, 4] i.e. an equivalent angle between [-Pi, Pi]
UE::CADKernel::ComputeOrientedSlope(const FVector2d &, const FVector2d &, const FVector2d &)
Description
Compute the positive slope between the segments [StartPoint, EndPoint1] and [StartPoint, EndPoint2]
| Name | UE::CADKernel::ComputeOrientedSlope |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/SlopeUtils.h |
| Include Path | #include "Math/SlopeUtils.h" |
namespace UE
{
namespace CADKernel
{
double UE::CADKernel::ComputeOrientedSlope
(
const FVector2d & StartPoint,
const FVector2d & EndPoint1,
const FVector2d & EndPoint2
)
}
}
a slope between [-4, 4] i.e. an equivalent angle between [-Pi, Pi]