Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/SlopeUtils.h |
| Include | #include "Math/SlopeUtils.h" |
namespace UE
{
namespace CADKernel
{
bool UE::CADKernel::ArePointsInsideSectorABC
(
const FPoint2D & PointA,
const FPoint2D & PointB,
const FPoint2D & PointC,
const TArray < const FPoint2D * > & Points,
const double FlatAngle
)
}
}
Remarks
P1 inside / / inside / A ----------- B ------------ C \ Outside \ Outside \ P2
Return true if all of the segment BPi is inside the sector defined the half-lines [BA) and [BC) in the counterclockwise.