getNormal method
Vector2
getNormal()
Get the normal of a segment shape.
Implementation
Vector2 getNormal() => bindings.cpSegmentShapeGetNormal(_shape.toPointer).toVector2();
Get the normal of a segment shape.
Vector2 getNormal() => bindings.cpSegmentShapeGetNormal(_shape.toPointer).toVector2();