-
-
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return UniversalJoint
| Modifier and Type |
Method |
Description |
UniversalJoint |
UniversalJoint.setAnchorPoint(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.
|
UniversalJoint |
UniversalJoint.setAxis1(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named axis1.
|
UniversalJoint |
UniversalJoint.setAxis2(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named axis2.
|
UniversalJoint |
UniversalJoint.setBody1(RigidBody newValue) |
Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
UniversalJoint |
UniversalJoint.setBody2(RigidBody newValue) |
Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
UniversalJoint |
UniversalJoint.setForceOutput(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.
|
UniversalJoint |
UniversalJoint.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
UniversalJoint |
UniversalJoint.setStop1Bounce(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stop1Bounce.
|
UniversalJoint |
UniversalJoint.setStop1ErrorCorrection(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stop1ErrorCorrection.
|
UniversalJoint |
UniversalJoint.setStop2Bounce(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stop2Bounce.
|
UniversalJoint |
UniversalJoint.setStop2ErrorCorrection(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stop2ErrorCorrection.
|