isPolygonAndLine

Checks collision between polygon and line.

@safe nothrow pure
bool
isPolygonAndLine

Parameters

first Vecf[]

Polygon vertices.

second Vecf[]

Line vertices.

Meta