WhichSide

Overload list

Windows
MacOS
Linux
Name Description

Public function

int

 

WhichSide

(
    const FVector2< T >& QueryPoint,
    T Tolerance
)

Determine which side of the segment the query point lies on

Public function Static

int

 

WhichSide

(
    const FVector2< T >& StartPt,
    const FVector2< T >& EndPt,
    const FVector2< T >& QueryPt,
    T Tolerance
)

Determine which side of the segment the query point lies on

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss