Function GeometrySingleton.pointIsInsideTriangle

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

bool pointIsInsideTriangle (
  const(Vector2) point,
  const(Vector2) a,
  const(Vector2) b,
  const(Vector2) c
) nothrow @nogc const;