The search functionality needs JavaScript enabled
Returns if point is inside the triangle specified by a, b and c.
point
a
b
c
bool pointIsInsideTriangle ( const(Vector2) point, const(Vector2) a, const(Vector2) b, const(Vector2) c ) nothrow @nogc const;