Preparing search index...
The search index is not available
@dimforge/rapier3d
@dimforge/rapier3d
JointType
Enumeration JointType
An enum grouping all possible types of joints:
Revolute
: A revolute joint that removes all degrees of freedom between the affected bodies except for the rotation along one axis.
Fixed
: A fixed joint that removes all relative degrees of freedom between the affected bodies.
Prismatic
: A prismatic joint that removes all degrees of freedom between the affected bodies except for the translation along one axis.
Spherical
: (3D only) A spherical joint that removes all relative linear degrees of freedom between the affected bodies.
Generic
: (3D only) A joint with customizable degrees of freedom, allowing any of the 6 axes to be locked.
Index
Enumeration Members
Fixed
Generic
Prismatic
Revolute
Rope
Spherical
Spring
Enumeration Members
Fixed
Fixed
:
1
Generic
Generic
:
6
Prismatic
Prismatic
:
2
Revolute
Revolute
:
0
Rope
Rope
:
3
Spherical
Spherical
:
5
Spring
Spring
:
4
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Fixed
Generic
Prismatic
Revolute
Rope
Spherical
Spring
@dimforge/rapier3d
Loading...
An enum grouping all possible types of joints:
Revolute
: A revolute joint that removes all degrees of freedom between the affected bodies except for the rotation along one axis.Fixed
: A fixed joint that removes all relative degrees of freedom between the affected bodies.Prismatic
: A prismatic joint that removes all degrees of freedom between the affected bodies except for the translation along one axis.Spherical
: (3D only) A spherical joint that removes all relative linear degrees of freedom between the affected bodies.Generic
: (3D only) A joint with customizable degrees of freedom, allowing any of the 6 axes to be locked.