B2.PolygonShape:set
From GiderosMobile
Available since: Gideros 2011.6
Description
Copy vertices. This assumes the vertices define a convex polygon. It is assumed that the exterior is the the right of each edge.
b2.PolygonShape:set(vertices)
'vertices: (any) A list of numbers that contains the x, y coordinates of the vertices sequentially '