Return a string representation
| 156 | |
| 157 | // Return a string representation |
| 158 | std::string BallAndSocketJoint::to_string() const { |
| 159 | |
| 160 | return "BallAndSocketJoint{ localAnchorPointBody1=" + mWorld.mBallAndSocketJointsComponents.getLocalAnchorPointBody1(mEntity).to_string() + |
| 161 | ", localAnchorPointBody2=" + mWorld.mBallAndSocketJointsComponents.getLocalAnchorPointBody2(mEntity).to_string() + "}"; |
| 162 | } |
| 163 |
nothing calls this directly
no outgoing calls
no test coverage detected