Function VectorMath.IsClockwiseMarginXZ

IsClockwiseMarginXZ (Vector3 a, Vector3 b, Vector3 c)

Returns if the points a in a clockwise order.

Public Static
bool IsClockwiseMarginXZ (

Vector3

a

Vector3

b

Vector3

c

)

Returns if the points a in a clockwise order.

Will return true even if the points are colinear or very slightly counter-clockwise (if the signed area of the triangle formed by the points has an area less than or equals to float.Epsilon)