Function VectorMath.SignedTriangleAreaTimes2
SignedTriangleAreaTimes2
(int2 a, int2 b, int2 c)
Signed area of a triangle multiplied by 2.
Public
Static
long SignedTriangleAreaTimes2 (
int2 | a | |
int2 | b | |
int2 | c |
Signed area of a triangle multiplied by 2.
This will be negative for clockwise triangles and positive for counter-clockwise ones