An enum representing the possible joint axes of a generic joint. They can be ORed together, like: JointAxesMask.X || JointAxesMask.Y to get a joint that is only free in the X and Y translational (positional) axes.
Possible free axes are:
X
Y
Z
AngX
AngY
AngZ
Generated using TypeDoc
An enum representing the possible joint axes of a generic joint. They can be ORed together, like: JointAxesMask.X || JointAxesMask.Y to get a joint that is only free in the X and Y translational (positional) axes.
Possible free axes are:
X
: X translation axisY
: Y translation axisZ
: Z translation axisAngX
: X angular rotation axisAngY
: Y angular rotations axisAngZ
: Z angular rotation axis