Function VectorMath.RightOrColinear

RightOrColinear (Vector2 a, Vector2 b, Vector2 p)

Returns if p lies on the right side of the line a - b.

Public Static
RightOrColinear (Vector2Int a, Vector2Int b, Vector2Int p)

Returns if p lies on the right side of the line a - b.

Public Static