Uses of Interface
org.web3d.x3d.sai.RigidBodyPhysics.X3DRigidJointNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics | |
| org.web3d.x3d.sai.RigidBodyPhysics |
-
Uses of X3DRigidJointNode in org.web3d.x3d.jsail.RigidBodyPhysics
Classes in org.web3d.x3d.jsail.RigidBodyPhysics that implement X3DRigidJointNode Modifier and Type Class Description classBallJointObjectBallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.classDoubleAxisHingeJointObjectDoubleAxisHingeJoint has two independent axes located around a common anchor point.classMotorJointObjectMotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.classSingleAxisHingeJointObjectSingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.classSliderJointObjectSliderJoint constrains all movement between body1 and body2 along a single axis.classUniversalJointObjectUniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.Method parameters in org.web3d.x3d.jsail.RigidBodyPhysics with type arguments of type X3DRigidJointNode Modifier and Type Method Description RigidBodyCollectionObjectRigidBodyCollectionObject. setJoints(java.util.ArrayList<X3DRigidJointNode> newValue)Assign ArrayList value of MFNode joints field, similar toRigidBodyCollectionObject.setJoints(X3DNode[]). -
Uses of X3DRigidJointNode in org.web3d.x3d.sai.RigidBodyPhysics
Subinterfaces of X3DRigidJointNode in org.web3d.x3d.sai.RigidBodyPhysics Modifier and Type Interface Description interfaceBallJointBallJoint represents an unconstrained joint between two bodies that pivot about a common anchor point.interfaceDoubleAxisHingeJointDoubleAxisHingeJoint has two independent axes located around a common anchor point.interfaceMotorJointMotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.interfaceSingleAxisHingeJointSingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.interfaceSliderJointSliderJoint constrains all movement between body1 and body2 along a single axis.interfaceUniversalJointUniversalJoint is like a BallJoint that constrains an extra degree of rotational freedom.Methods in org.web3d.x3d.sai.RigidBodyPhysics that return X3DRigidJointNode Modifier and Type Method Description X3DRigidJointNodeX3DRigidJointNode. setBody1(RigidBody newValue)Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.X3DRigidJointNodeX3DRigidJointNode. setBody2(RigidBody newValue)Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.X3DRigidJointNodeX3DRigidJointNode. setForceOutput(java.lang.String[] newValue)Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.X3DRigidJointNodeX3DRigidJointNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.