Function JobBuildMesh.Left
Left
(int a, int b, int c, NativeArray<int> verts)
Returns true iff c is strictly to the left of the directed line through a to b.
Public
Static
bool Left (
int | a | |
int | b | |
int | c | |
NativeArray<int> | verts |
Returns true iff c is strictly to the left of the directed line through a to b.