static private leftOf ( Vector2 a, Vector2 b, Vector2 c ) : float | ||
a | Vector2 | The first point on the line. |
b | Vector2 | The second point on the line. |
c | Vector2 | The point to which the signed distance is to be * calculated. |
return | float |
static private leftOf ( Vector2 a, Vector2 b, Vector2 c ) : float | ||
a | Vector2 | The first point on the line. |
b | Vector2 | The second point on the line. |
c | Vector2 | The point to which the signed distance is to be * calculated. |
return | float |