ConvexShape.addPoint

Add a point to the polygon.

Don't forget that the polygon must remain convex, and the points need to stay ordered!

class ConvexShape
void
addPoint

Parameters

point Vector2f

Position of the new point.

Meta