Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.CollidableOffset
Package
Description
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
-
Uses of CollidableOffset in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionCollidableOffset.addComments
(String newComment) Add comment as String to contained commentsList.CollidableOffset.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.CollidableOffset.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CollidableOffset.clearCollidable()
Utility method to clear SFNode value of collidable field.CollidableOffset.clearIS()
Utility method to clear SFNode value of IS field.CollidableOffset.clearMetadata()
Utility method to clear SFNode value of metadata field.CollidableOffset.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollidableOffset.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollidableOffset.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CollidableOffset.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollidableOffset.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollidableOffset.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CollidableOffset.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.CollidableOffset.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollidableOffset.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollidableOffset.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CollidableOffset.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollidableOffset.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollidableOffset.setCollidable
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field collidable.CollidableOffset.setCollidable
(X3DNBodyCollidableNode newValue) Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.final CollidableOffset
CollidableOffset.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CollidableOffset.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final CollidableOffset
CollidableOffset.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CollidableOffset.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final CollidableOffset
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.CollidableOffset.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CollidableOffset.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final CollidableOffset
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CollidableOffset.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableOffset.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CollidableOffset.setRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetRotation(float[])
.CollidableOffset.setRotation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetRotation(float[])
.CollidableOffset.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.CollidableOffset.setRotation
(float x, float y, float z, float angleRadians) Assign values to SFRotation rotation field, similar tosetRotation(float[])
.CollidableOffset.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar tosetRotation(float[])
.CollidableOffset.setTranslation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetTranslation(float[])
.CollidableOffset.setTranslation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetTranslation(float[])
.CollidableOffset.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.CollidableOffset.setTranslation
(float x, float y, float z) Assign values to SFVec3f translation field, similar tosetTranslation(float[])
.CollidableOffset.setTranslation
(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar tosetTranslation(float[])
.final CollidableOffset
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CollidableOffset.setUSE
(CollidableOffset DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.CollidableOffset.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CollidableOffset.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionCollidableOffset.setUSE
(CollidableOffset DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.