Module liquidfun::box2d::collision::shapes::polygon_shape [] [src]

Structs

PolygonShape

A convex polygon. It is assumed that the interior of the polygon is to the left of each edge. Polygons have a maximum number of vertices equal to b2_maxPolygonVertices. In most cases you should not need many vertices for a convex polygon.

Functions

from_shape

Cast a PolygonShape from a B2Shape.