isPolygonsCollision

Checking the collision of two polygons.

@safe nothrow pure
bool
isPolygonsCollision

Parameters

first Vecf[]

First polygon vertices.

second Vecf[]

Second polygon vertices.

Meta