Navigation
API > API/Runtime > API/Runtime/CADKernel
Description
P1 inside / / inside / A ----------- B ------------ C \ Outside \ Outside \ P2
Return true if the segment BP is inside the sector defined the half-lines [BA) and [BC) in the counterclockwise. Return false if ABP angle or PBC angle is too flat (smaller than FlatAngle)
| Name | UE::CADKernel::IsPointPInsideSectorABC |
| 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::IsPointPInsideSectorABC
(
const FVector2d & PointA,
const FVector2d & PointB,
const FVector2d & PointC,
const FVector2d & PointP,
const double FlatAngle
)
}
}