getAnchorB method
Vector2
getAnchorB()
Get the location of the second anchor relative to the second body.
Implementation
Vector2 getAnchorB() => bindings.cpPivotJointGetAnchorB(_constraint.toPointer).toVector2();
Get the location of the second anchor relative to the second body.
Vector2 getAnchorB() => bindings.cpPivotJointGetAnchorB(_constraint.toPointer).toVector2();