Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSegment2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include | #include "SegmentTypes.h" |
static bool IsOnSegment
(
const TVector2 < T > & A,
const TVector2 < T > & B,
const TVector2 < T > & QueryPt,
T Tolerance
)
Remarks
Return true if QueryPt is on the segment between A and B.