public interface DoubleAxisHingeJoint extends X3DRigidJointNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getAnchorPoint()
Provide array of 3-tuple float results from inputOutput SFVec3f field named anchorPoint.
|
float[] |
getAxis1()
Provide array of 3-tuple float results from inputOutput SFVec3f field named axis1.
|
float[] |
getAxis2()
Provide array of 3-tuple float results from inputOutput SFVec3f field named axis2.
|
RigidBody |
getBody1()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body1.
|
float[] |
getBody1AnchorPoint()
Provide array of 3-tuple float results from outputOnly SFVec3f field named body1AnchorPoint.
|
float[] |
getBody1Axis()
Provide array of 3-tuple float results from outputOnly SFVec3f field named body1Axis.
|
RigidBody |
getBody2()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body2.
|
float[] |
getBody2AnchorPoint()
Provide array of 3-tuple float results from outputOnly SFVec3f field named body2AnchorPoint.
|
float[] |
getBody2Axis()
Provide array of 3-tuple float results from outputOnly SFVec3f field named body2Axis.
|
float |
getDesiredAngularVelocity1()
Provide float value from inputOutput SFFloat field named desiredAngularVelocity1.
|
float |
getDesiredAngularVelocity2()
Provide float value from inputOutput SFFloat field named desiredAngularVelocity2.
|
java.lang.String[] |
getForceOutput()
Provide array of String enumeration results ['"ALL"'|'"NONE"'|'"etc."'] from inputOutput MFString field named forceOutput.
|
float |
getHinge1Angle()
Provide float value unit axis, angle (in radians) from outputOnly SFFloat field named hinge1Angle.
|
float |
getHinge1AngleRate()
Provide float value unit axis, angle (in radians) from outputOnly SFFloat field named hinge1AngleRate.
|
float |
getHinge2Angle()
Provide float value unit axis, angle (in radians) from outputOnly SFFloat field named hinge2Angle.
|
float |
getHinge2AngleRate()
Provide float value unit axis, angle (in radians) from outputOnly SFFloat field named hinge2AngleRate.
|
float |
getMaxAngle1()
Provide float value unit axis, angle (in radians) from inputOutput SFFloat field named maxAngle1.
|
float |
getMaxTorque1()
Provide float value from inputOutput SFFloat field named maxTorque1.
|
float |
getMaxTorque2()
Provide float value from inputOutput SFFloat field named maxTorque2.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getMinAngle1()
Provide float value unit axis, angle (in radians) from inputOutput SFFloat field named minAngle1.
|
float |
getStop1Bounce()
Provide float value from inputOutput SFFloat field named stop1Bounce.
|
float |
getStop1ConstantForceMix()
Provide float value from inputOutput SFFloat field named stop1ConstantForceMix.
|
float |
getStop1ErrorCorrection()
Provide float value from inputOutput SFFloat field named stop1ErrorCorrection.
|
float |
getSuspensionErrorCorrection()
Provide float value from inputOutput SFFloat field named suspensionErrorCorrection.
|
float |
getSuspensionForce()
Provide float value from inputOutput SFFloat field named suspensionForce.
|
DoubleAxisHingeJoint |
setAnchorPoint(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.
|
DoubleAxisHingeJoint |
setAxis1(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis1.
|
DoubleAxisHingeJoint |
setAxis2(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis2.
|
DoubleAxisHingeJoint |
setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
DoubleAxisHingeJoint |
setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
DoubleAxisHingeJoint |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
DoubleAxisHingeJoint |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
DoubleAxisHingeJoint |
setDesiredAngularVelocity1(float newValue)
Assign float value to inputOutput SFFloat field named desiredAngularVelocity1.
|
DoubleAxisHingeJoint |
setDesiredAngularVelocity2(float newValue)
Assign float value to inputOutput SFFloat field named desiredAngularVelocity2.
|
DoubleAxisHingeJoint |
setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
DoubleAxisHingeJoint |
setMaxAngle1(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle1.
|
DoubleAxisHingeJoint |
setMaxTorque1(float newValue)
Assign float value to inputOutput SFFloat field named maxTorque1.
|
DoubleAxisHingeJoint |
setMaxTorque2(float newValue)
Assign float value to inputOutput SFFloat field named maxTorque2.
|
DoubleAxisHingeJoint |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
DoubleAxisHingeJoint |
setMinAngle1(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle1.
|
DoubleAxisHingeJoint |
setStop1Bounce(float newValue)
Assign float value to inputOutput SFFloat field named stop1Bounce.
|
DoubleAxisHingeJoint |
setStop1ConstantForceMix(float newValue)
Assign float value to inputOutput SFFloat field named stop1ConstantForceMix.
|
DoubleAxisHingeJoint |
setStop1ErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stop1ErrorCorrection.
|
DoubleAxisHingeJoint |
setSuspensionErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named suspensionErrorCorrection.
|
DoubleAxisHingeJoint |
setSuspensionForce(float newValue)
Assign float value to inputOutput SFFloat field named suspensionForce.
|
DoubleAxisHingeJoint |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float[] getAnchorPoint()
DoubleAxisHingeJoint setAnchorPoint(float[] newValue)
newValue - is new value for the anchorPoint field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getAxis1()
DoubleAxisHingeJoint setAxis1(float[] newValue)
newValue - is new value for the axis1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getAxis2()
DoubleAxisHingeJoint setAxis2(float[] newValue)
newValue - is new value for the axis2 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).RigidBody getBody1()
getBody1 in interface X3DRigidJointNodeDoubleAxisHingeJoint setBody1(RigidBody newValue)
setBody1 in interface X3DRigidJointNodenewValue - is new value for the body1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getBody1AnchorPoint()
float[] getBody1Axis()
RigidBody getBody2()
getBody2 in interface X3DRigidJointNodeDoubleAxisHingeJoint setBody2(RigidBody newValue)
setBody2 in interface X3DRigidJointNodenewValue - is new value for the body2 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getBody2AnchorPoint()
float[] getBody2Axis()
float getDesiredAngularVelocity1()
DoubleAxisHingeJoint setDesiredAngularVelocity1(float newValue)
newValue - is new value for the desiredAngularVelocity1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getDesiredAngularVelocity2()
DoubleAxisHingeJoint setDesiredAngularVelocity2(float newValue)
newValue - is new value for the desiredAngularVelocity2 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getForceOutput()
getForceOutput in interface X3DRigidJointNodeDoubleAxisHingeJoint setForceOutput(java.lang.String[] newValue)
setForceOutput in interface X3DRigidJointNodenewValue - is new value for the forceOutput field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getHinge1Angle()
float getHinge1AngleRate()
float getHinge2Angle()
float getHinge2AngleRate()
float getMaxAngle1()
DoubleAxisHingeJoint setMaxAngle1(float newValue)
newValue - is new value for the maxAngle1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMaxTorque1()
DoubleAxisHingeJoint setMaxTorque1(float newValue)
newValue - is new value for the maxTorque1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMaxTorque2()
DoubleAxisHingeJoint setMaxTorque2(float newValue)
newValue - is new value for the maxTorque2 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodegetMetadata in interface X3DRigidJointNodeDoubleAxisHingeJoint setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface X3DRigidJointNodenewValue - is new value for the metadata field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getMinAngle1()
DoubleAxisHingeJoint setMinAngle1(float newValue)
newValue - is new value for the minAngle1 field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStop1Bounce()
DoubleAxisHingeJoint setStop1Bounce(float newValue)
newValue - is new value for the stop1Bounce field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStop1ConstantForceMix()
DoubleAxisHingeJoint setStop1ConstantForceMix(float newValue)
newValue - is new value for the stop1ConstantForceMix field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStop1ErrorCorrection()
DoubleAxisHingeJoint setStop1ErrorCorrection(float newValue)
newValue - is new value for the stop1ErrorCorrection field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSuspensionErrorCorrection()
DoubleAxisHingeJoint setSuspensionErrorCorrection(float newValue)
newValue - is new value for the suspensionErrorCorrection field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSuspensionForce()
DoubleAxisHingeJoint setSuspensionForce(float newValue)
newValue - is new value for the suspensionForce field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DoubleAxisHingeJoint setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface X3DRigidJointNodenewValue - is new value for the DEF field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DoubleAxisHingeJoint setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DNodesetUSE in interface X3DRigidJointNodenewValue - is new value for the USE field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DoubleAxisHingeJoint setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface X3DRigidJointNodenewValue - is new value for the class field.DoubleAxisHingeJoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.