Type Alias: Joint
Joint =
PrismaticJoint|RevoluteJoint
Defined in: physics/joints/joint.ts:11
A constraint linking two RigidBody instances, currently either a
PrismaticJoint (locks to one linear degree of freedom) or a
RevoluteJoint (locks to one rotational degree of freedom).
Register with a PhysicsWorld via addJoint for it to be solved
every PhysicsWorld.step.