Syntax
Determine if a point falls inside a 2D triangle.
b - Boolean indicating whether or not the point is inside the triangle
v1 - 2D triangle vertex
v2 - 2D triangle vertex
v3 - 2D triangle vertex
vIn - 2D point whose status is tested