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

Method Joint

src/constraint/Joint.cpp:33–35  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

31
32// Constructor
33Joint::Joint(Entity entity, PhysicsWorld& world) :mEntity(entity), mWorld(world) {
34
35}
36
37// Return the reference to the body 1
38/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected