GeometrySingleton.isPointInPolygon

Returns true if point is inside polygon or if it's located exactly on polygon's boundary, otherwise returns false.

struct GeometrySingleton
@nogc nothrow
bool
isPointInPolygon
(
in Vector2 point
,
in PoolVector2Array polygon
)

Meta