Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.CollisionCollection
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 CollisionCollection in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionCollisionCollection.addAppliedParameters
(String newValue) Add singleton String value to MFString appliedParameters field.CollisionCollection.addAppliedParameters
(SFString newValue) Add singleton SFString value to MFString appliedParameters field.CollisionCollection.addCollidables
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for collidables field.CollisionCollection.addCollidables
(X3DNode newValue) Add single child node to existing array of collidables nodes (if any).CollisionCollection.addComments
(String newComment) Add comment as String to contained commentsList.CollisionCollection.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.CollisionCollection.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CollisionCollection.clearAppliedParameters()
Utility method to clear MFString value of appliedParameters field.CollisionCollection.clearCollidables()
Utility method to clear MFNode value of collidables field.CollisionCollection.clearIS()
Utility method to clear SFNode value of IS field.CollisionCollection.clearMetadata()
Utility method to clear SFNode value of metadata field.CollisionCollection.setAppliedParameters
(String newValue) Assign singleton String value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.CollisionCollection.setAppliedParameters
(String[] newValue) Accessor method to assign String enumeration array (""BOUNCE"" | ""USER_FRICTION"" | ""FRICTION_COEFFICIENT-2"" | ""ERROR_REDUCTION"" | ""CONSTANT_FORCE"" | ""SPEED-1"" | ""SPEED-2"" | ""SLIP-1"" | ""SLIP-2"") to inputOutput MFString field named appliedParameters.CollisionCollection.setAppliedParameters
(ArrayList<String> newValue) Assign ArrayList value of MFString appliedParameters field, similar tosetAppliedParameters(String[])
.CollisionCollection.setAppliedParameters
(MFString newValue) Assign typed object value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.CollisionCollection.setAppliedParameters
(SFString newValue) Assign single SFString object value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.CollisionCollection.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollisionCollection.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.CollisionCollection.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CollisionCollection.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollisionCollection.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.CollisionCollection.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CollisionCollection.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.CollisionCollection.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollisionCollection.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.CollisionCollection.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CollisionCollection.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollisionCollection.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.CollisionCollection.setBounce
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetBounce(float)
.CollisionCollection.setBounce
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named bounce.Assign typed object value to SFFloat bounce field, similar tosetBounce(float)
.CollisionCollection.setCollidables
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode collidables field, similar tosetCollidables(org.web3d.x3d.sai.Core.X3DNode[])
.CollisionCollection.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 CollisionCollection
CollisionCollection.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CollisionCollection.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final CollisionCollection
CollisionCollection.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CollisionCollection.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final CollisionCollection
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.CollisionCollection.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.CollisionCollection.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.CollisionCollection.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CollisionCollection.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.CollisionCollection.setFrictionCoefficients
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetFrictionCoefficients(float[])
.CollisionCollection.setFrictionCoefficients
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetFrictionCoefficients(float[])
.CollisionCollection.setFrictionCoefficients
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named frictionCoefficients.CollisionCollection.setFrictionCoefficients
(float x, float y) Assign values to SFVec2f frictionCoefficients field, similar tosetFrictionCoefficients(float[])
.CollisionCollection.setFrictionCoefficients
(SFVec2f newValue) Assign typed object value to SFVec2f frictionCoefficients field, similar tosetFrictionCoefficients(float[])
.final CollisionCollection
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.CollisionCollection.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollisionCollection.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CollisionCollection.setMinBounceSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMinBounceSpeed(float)
.CollisionCollection.setMinBounceSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named minBounceSpeed.CollisionCollection.setMinBounceSpeed
(SFFloat newValue) Assign typed object value to SFFloat minBounceSpeed field, similar tosetMinBounceSpeed(float)
.CollisionCollection.setSlipFactors
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSlipFactors(float[])
.CollisionCollection.setSlipFactors
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSlipFactors(float[])
.CollisionCollection.setSlipFactors
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named slipFactors.CollisionCollection.setSlipFactors
(float x, float y) Assign values to SFVec2f slipFactors field, similar tosetSlipFactors(float[])
.CollisionCollection.setSlipFactors
(SFVec2f newValue) Assign typed object value to SFVec2f slipFactors field, similar tosetSlipFactors(float[])
.CollisionCollection.setSoftnessConstantForceMix
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSoftnessConstantForceMix(float)
.CollisionCollection.setSoftnessConstantForceMix
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named softnessConstantForceMix.CollisionCollection.setSoftnessConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat softnessConstantForceMix field, similar tosetSoftnessConstantForceMix(float)
.CollisionCollection.setSoftnessErrorCorrection
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSoftnessErrorCorrection(float)
.CollisionCollection.setSoftnessErrorCorrection
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named softnessErrorCorrection.CollisionCollection.setSoftnessErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat softnessErrorCorrection field, similar tosetSoftnessErrorCorrection(float)
.CollisionCollection.setSurfaceSpeed
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSurfaceSpeed(float[])
.CollisionCollection.setSurfaceSpeed
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSurfaceSpeed(float[])
.CollisionCollection.setSurfaceSpeed
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named surfaceSpeed.CollisionCollection.setSurfaceSpeed
(float x, float y) Assign values to SFVec2f surfaceSpeed field, similar tosetSurfaceSpeed(float[])
.CollisionCollection.setSurfaceSpeed
(SFVec2f newValue) Assign typed object value to SFVec2f surfaceSpeed field, similar tosetSurfaceSpeed(float[])
.final CollisionCollection
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CollisionCollection.setUSE
(CollisionCollection DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.CollisionCollection.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CollisionCollection.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionCollisionCollection.setUSE
(CollisionCollection DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.