MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / to_string

Method to_string

src/constraint/BallAndSocketJoint.cpp:158–162  ·  view source on GitHub ↗

Return a string representation

Source from the content-addressed store, hash-verified

156
157// Return a string representation
158std::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected