testPolygonPolygon

Test if the two convex polygons, given via their vertices, intersect.

@param v1s the vertices of the first convex polygon @param v2s the vertices of the second convex polygon @return <code>true</code> if the convex polygons intersect; <code>false</code> otherwise

static
bool
testPolygonPolygon

Meta