Uses of Class
com.jme3.bullet.joints.SixDofJoint

Packages that use SixDofJoint
com.jme3.bullet.control   
com.jme3.bullet.control.ragdoll   
com.jme3.bullet.joints   
 

Uses of SixDofJoint in com.jme3.bullet.control
 

Fields in com.jme3.bullet.control declared as SixDofJoint
protected  SixDofJoint KinematicRagdollControl.PhysicsBoneLink.joint
           
 

Methods in com.jme3.bullet.control that return SixDofJoint
 SixDofJoint KinematicRagdollControl.getJoint(java.lang.String boneName)
          Return the joint between the given bone and its parent.
 

Uses of SixDofJoint in com.jme3.bullet.control.ragdoll
 

Methods in com.jme3.bullet.control.ragdoll with parameters of type SixDofJoint
static void RagdollUtils.setJointLimit(SixDofJoint joint, float maxX, float minX, float maxY, float minY, float maxZ, float minZ)
           
 void RagdollPreset.JointPreset.setupJoint(SixDofJoint joint)
           
 void RagdollPreset.setupJointForBone(java.lang.String boneName, SixDofJoint joint)
           
 

Uses of SixDofJoint in com.jme3.bullet.joints
 

Subclasses of SixDofJoint in com.jme3.bullet.joints
 class SixDofSpringJoint
          From bullet manual:
This generic constraint can emulate a variety of standard constraints, by configuring each of the 6 degrees of freedom (dof).