Uses of Interface
org.web3d.x3d.sai.RigidBodyPhysics.SingleAxisHingeJoint
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics | |
| org.web3d.x3d.sai.RigidBodyPhysics |
-
Uses of SingleAxisHingeJoint in org.web3d.x3d.jsail.RigidBodyPhysics
Classes in org.web3d.x3d.jsail.RigidBodyPhysics that implement SingleAxisHingeJoint Modifier and Type Class Description classSingleAxisHingeJointObjectSingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge. -
Uses of SingleAxisHingeJoint in org.web3d.x3d.sai.RigidBodyPhysics
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return SingleAxisHingeJoint Modifier and Type Method Description SingleAxisHingeJointSingleAxisHingeJoint. setAnchorPoint(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.SingleAxisHingeJointSingleAxisHingeJoint. setAxis(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named axis.SingleAxisHingeJointSingleAxisHingeJoint. setBody1(RigidBody newValue)Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.SingleAxisHingeJointSingleAxisHingeJoint. setBody2(RigidBody newValue)Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.SingleAxisHingeJointSingleAxisHingeJoint. setForceOutput(java.lang.String[] newValue)Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.SingleAxisHingeJointSingleAxisHingeJoint. setMaxAngle(float newValue)Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle.SingleAxisHingeJointSingleAxisHingeJoint. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SingleAxisHingeJointSingleAxisHingeJoint. setMinAngle(float newValue)Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle.SingleAxisHingeJointSingleAxisHingeJoint. setStopBounce(float newValue)Accessor method to assign float value to inputOutput SFFloat field named stopBounce.SingleAxisHingeJointSingleAxisHingeJoint. setStopErrorCorrection(float newValue)Accessor method to assign float value to inputOutput SFFloat field named stopErrorCorrection.