isPolygonAndRect

Check collision between polygon and rectangle.

@safe nothrow pure
bool
isPolygonAndRect

Parameters

first Vecf[]

Polygon vertices.

second Vecf[]

Rectangle vertices.

Meta