PolyShape constructor
PolyShape({})
Implementation
PolyShape({required Body body, required List<Vector2> vert, required Matrix4 transform, required double radius})
: super._fromPointer(bindings.cpPolyShapeNew(body._toPointer, vert.length, vert.toCpVectList(), transform.toCpTransform().ref, radius));