GeometrySingleton.pointIsInsideTriangle

Returns if point is inside the triangle specified by a, b and c.

struct GeometrySingleton
@nogc nothrow const
bool
pointIsInsideTriangle
(
in Vector2 point
,
in Vector2 a
,
in Vector2 b
,
in Vector2 c
)

Meta