Navigation
API > API/Runtime > API/Runtime/CADKernel
Description
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.
| Name | UE::CADKernel::ArePointsInsideSectorABC |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/SlopeUtils.h |
| Include Path | #include "Math/SlopeUtils.h" |
namespace UE
{
namespace CADKernel
{
bool UE::CADKernel::ArePointsInsideSectorABC
(
const FVector2d & PointA,
const FVector2d & PointB,
const FVector2d & PointC,
const TArray < const FVector2d * > & Points,
const double FlatAngle
)
}
}