getVert method
Get the @c ith vertex of a polygon shape.
Implementation
Vector2 getVert(int index) => bindings.cpPolyShapeGetVert(_shape.toPointer, index).toVector2();
Get the @c ith vertex of a polygon shape.
Vector2 getVert(int index) => bindings.cpPolyShapeGetVert(_shape.toPointer, index).toVector2();