isPointInPolygon

Checks if a point is inside a polygon Note : im using z axis instead of y axis

@nogc nothrow
bool
isPointInPolygon
()
(
in auto ref vec3 p
,)

Meta