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

Method getType

src/constraint/Joint.cpp:60–62  ·  view source on GitHub ↗

Return the type of the joint * @return The type of the joint */

Source from the content-addressed store, hash-verified

58 * @return The type of the joint
59 */
60JointType Joint::getType() const {
61 return mWorld.mJointsComponents.getType(mEntity);
62}
63
64// Return true if the collision between the two bodies of the joint is enabled
65/**

Calls

no outgoing calls

Tested by

no test coverage detected