| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.sai.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleAxisHingeJointObject
SingleAxisHingeJoint has single axis about which to rotate, similar to a traditional door hinge.
|
| Modifier and Type | Method and Description |
|---|---|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setAnchorPoint(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setAxis(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setMaxAngle(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setMinAngle(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setStopBounce(float newValue)
Assign float value to inputOutput SFFloat field named stopBounce.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setStopErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stopErrorCorrection.
|
SingleAxisHingeJoint |
SingleAxisHingeJoint.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.