Function VectorMath.Right
Right
(int2 a, int2 b, int2 p)
Returns if p lies on the right side of the line a - b.
Public
Static
bool Right (
int2 | a | |
int2 | b | |
int2 | p |
Returns if p lies on the right side of the line a - b.
Does not return true if the points are colinear.