isPolygonAndPoint

Checks collision between polygon and point.

@safe nothrow pure
bool
isPolygonAndPoint

Parameters

first Vecf[]

Polygon vertices.

second Vecf

Point position.

Meta