-
-
Methods in org.web3d.x3d.sai.Navigation that return OrthoViewpoint
| Modifier and Type |
Method |
Description |
OrthoViewpoint |
OrthoViewpoint.setCenterOfRotation(float[] newValue) |
Accessor method to assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
OrthoViewpoint |
OrthoViewpoint.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
OrthoViewpoint |
OrthoViewpoint.setFieldOfView(float[] newValue) |
Accessor method to assign float array to inputOutput MFFloat field named fieldOfView.
|
OrthoViewpoint |
OrthoViewpoint.setJump(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named jump.
|
OrthoViewpoint |
OrthoViewpoint.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrthoViewpoint |
OrthoViewpoint.setOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
OrthoViewpoint |
OrthoViewpoint.setPosition(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.
|
OrthoViewpoint |
OrthoViewpoint.setRetainUserOffsets(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.
|