Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.CollisionSpace
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 CollisionSpace in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionCollisionSpace.addCollidables
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for collidables field.CollisionSpace.addCollidables
(X3DNode newValue) Add single child node to existing array of collidables nodes (if any).CollisionSpace.addComments
(String newComment) Add comment as String to contained commentsList.CollisionSpace.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.CollisionSpace.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CollisionSpace.clearCollidables()
Utility method to clear MFNode value of collidables field.CollisionSpace.clearIS()
Utility method to clear SFNode value of IS field.CollisionSpace.clearMetadata()
Utility method to clear SFNode value of metadata field.CollisionSpace.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollisionSpace.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollisionSpace.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CollisionSpace.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollisionSpace.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollisionSpace.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CollisionSpace.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.CollisionSpace.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollisionSpace.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollisionSpace.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CollisionSpace.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollisionSpace.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollisionSpace.setCollidables
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode collidables field, similar tosetCollidables(org.web3d.x3d.sai.Core.X3DNode[])
.CollisionSpace.setCollidables
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field collidables.final CollisionSpace
CollisionSpace.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CollisionSpace.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final CollisionSpace
CollisionSpace.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CollisionSpace.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final CollisionSpace
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.CollisionSpace.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CollisionSpace.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final CollisionSpace
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.CollisionSpace.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionSpace.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final CollisionSpace
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CollisionSpace.setUSE
(CollisionSpace DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.CollisionSpace.setUseGeometry
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named useGeometry.CollisionSpace.setUseGeometry
(SFBool newValue) Assign typed object value to SFBool useGeometry field, similar tosetUseGeometry(boolean)
.CollisionSpace.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CollisionSpace.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionCollisionSpace.setUSE
(CollisionSpace DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.