Function VectorMath.RightOrColinearXZ

RightOrColinearXZ (Int3 a, Int3 b, Int3 p)

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

Public Static
RightOrColinearXZ (Vector3 a, Vector3 b, Vector3 p)

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

Public Static