| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addForceOutput(SFStringObject newValue)
Add singleton SFStringObject value to MFString forceOutput field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.addForceOutput(java.lang.String newValue)
Add singleton String value to MFString forceOutput field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.clearBody1()
Utility method to clear SFNode value of body1 field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.clearBody2()
Utility method to clear SFNode value of body2 field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.clearForceOutput()
Utility method to clear MFString value of forceOutput field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAnchorPoint(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAnchorPoint(float x,
float y,
float z)
Assign values to SFVec3f anchorPoint field, similar to
setAnchorPoint(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAnchorPoint(SFVec3fObject newValue)
Assign typed object value to SFVec3f anchorPoint field, similar to
setAnchorPoint(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis1(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis1(float x,
float y,
float z)
Assign values to SFVec3f axis1 field, similar to
setAxis1(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis1(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis1 field, similar to
setAxis1(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis2(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis2.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis2(float x,
float y,
float z)
Assign values to SFVec3f axis2 field, similar to
setAxis2(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setAxis2(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis2 field, similar to
setAxis2(float[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDesiredAngularVelocity1(float newValue)
Assign float value to inputOutput SFFloat field named desiredAngularVelocity1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDesiredAngularVelocity1(SFFloatObject newValue)
Assign typed object value to SFFloat desiredAngularVelocity1 field, similar to
setDesiredAngularVelocity1(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDesiredAngularVelocity2(float newValue)
Assign float value to inputOutput SFFloat field named desiredAngularVelocity2.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setDesiredAngularVelocity2(SFFloatObject newValue)
Assign typed object value to SFFloat desiredAngularVelocity2 field, similar to
setDesiredAngularVelocity2(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setForceOutput(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString forceOutput field, similar to
setForceOutput(String[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setForceOutput(MFStringObject newValue)
Assign typed object value to MFString forceOutput field, similar to
setForceOutput(String[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setForceOutput(SFStringObject newValue)
Assign single SFString object value to MFString forceOutput field, similar to
setForceOutput(String[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setForceOutput(java.lang.String newValue)
Assign singleton String value to MFString forceOutput field, similar to
setForceOutput(String[]). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxAngle1(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxAngle1(SFFloatObject newValue)
Assign typed object value to SFFloat maxAngle1 field, similar to
setMaxAngle1(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxTorque1(float newValue)
Assign float value to inputOutput SFFloat field named maxTorque1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxTorque1(SFFloatObject newValue)
Assign typed object value to SFFloat maxTorque1 field, similar to
setMaxTorque1(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxTorque2(float newValue)
Assign float value to inputOutput SFFloat field named maxTorque2.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMaxTorque2(SFFloatObject newValue)
Assign typed object value to SFFloat maxTorque2 field, similar to
setMaxTorque2(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMinAngle1(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle1.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setMinAngle1(SFFloatObject newValue)
Assign typed object value to SFFloat minAngle1 field, similar to
setMinAngle1(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1Bounce(float newValue)
Assign float value to inputOutput SFFloat field named stop1Bounce.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1Bounce(SFFloatObject newValue)
Assign typed object value to SFFloat stop1Bounce field, similar to
setStop1Bounce(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1ConstantForceMix(float newValue)
Assign float value to inputOutput SFFloat field named stop1ConstantForceMix.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1ConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ConstantForceMix field, similar to
setStop1ConstantForceMix(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1ErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stop1ErrorCorrection.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setStop1ErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stop1ErrorCorrection field, similar to
setStop1ErrorCorrection(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setSuspensionErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named suspensionErrorCorrection.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setSuspensionErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat suspensionErrorCorrection field, similar to
setSuspensionErrorCorrection(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setSuspensionForce(float newValue)
Assign float value to inputOutput SFFloat field named suspensionForce.
|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setSuspensionForce(SFFloatObject newValue)
Assign typed object value to SFFloat suspensionForce field, similar to
setSuspensionForce(float). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setUSE(DoubleAxisHingeJointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleAxisHingeJointObject |
DoubleAxisHingeJointObject.setUSE(DoubleAxisHingeJointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.