Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.Contact
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 Contact in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionContact.addAppliedParameters
(String newValue) Add singleton String value to MFString appliedParameters field.Contact.addAppliedParameters
(SFString newValue) Add singleton SFString value to MFString appliedParameters field.Contact.addComments
(String newComment) Add comment as String to contained commentsList.Contact.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Contact.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Contact.clearAppliedParameters()
Utility method to clear MFString value of appliedParameters field.Contact.clearBody1()
Utility method to clear SFNode value of body1 field.Contact.clearBody2()
Utility method to clear SFNode value of body2 field.Contact.clearGeometry1()
Utility method to clear SFNode value of geometry1 field.Contact.clearGeometry2()
Utility method to clear SFNode value of geometry2 field.Contact.clearIS()
Utility method to clear SFNode value of IS field.Contact.clearMetadata()
Utility method to clear SFNode value of metadata field.Contact.setAppliedParameters
(String newValue) Assign singleton String value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.Contact.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.Contact.setAppliedParameters
(ArrayList<String> newValue) Assign ArrayList value of MFString appliedParameters field, similar tosetAppliedParameters(String[])
.Contact.setAppliedParameters
(MFString newValue) Assign typed object value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.Contact.setAppliedParameters
(SFString newValue) Assign single SFString object value to MFString appliedParameters field, similar tosetAppliedParameters(String[])
.Contact.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.Contact.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.Contact.setBounce
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetBounce(float)
.Contact.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)
.Contact.setContactNormal
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetContactNormal(float[])
.Contact.setContactNormal
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetContactNormal(float[])
.Contact.setContactNormal
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named contactNormal.Contact.setContactNormal
(float x, float y, float z) Assign values to SFVec3f contactNormal field, similar tosetContactNormal(float[])
.Contact.setContactNormal
(SFVec3f newValue) Assign typed object value to SFVec3f contactNormal field, similar tosetContactNormal(float[])
.final Contact
Contact.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Contact.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Contact
Contact.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Contact.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Contact
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Contact.setDepth
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetDepth(float)
.Contact.setDepth
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named depth.Assign typed object value to SFFloat depth field, similar tosetDepth(float)
.Contact.setFrictionCoefficients
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetFrictionCoefficients(float[])
.Contact.setFrictionCoefficients
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetFrictionCoefficients(float[])
.Contact.setFrictionCoefficients
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named frictionCoefficients.Contact.setFrictionCoefficients
(float x, float y) Assign values to SFVec2f frictionCoefficients field, similar tosetFrictionCoefficients(float[])
.Contact.setFrictionCoefficients
(SFVec2f newValue) Assign typed object value to SFVec2f frictionCoefficients field, similar tosetFrictionCoefficients(float[])
.Contact.setFrictionDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetFrictionDirection(float[])
.Contact.setFrictionDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetFrictionDirection(float[])
.Contact.setFrictionDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named frictionDirection.Contact.setFrictionDirection
(float x, float y, float z) Assign values to SFVec3f frictionDirection field, similar tosetFrictionDirection(float[])
.Contact.setFrictionDirection
(SFVec3f newValue) Assign typed object value to SFVec3f frictionDirection field, similar tosetFrictionDirection(float[])
.Contact.setGeometry1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry1.Contact.setGeometry1
(X3DNBodyCollidableNode newValue) Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.Contact.setGeometry2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry2.Contact.setGeometry2
(X3DNBodyCollidableNode newValue) Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.final Contact
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.Contact.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Contact.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Contact.setMinBounceSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMinBounceSpeed(float)
.Contact.setMinBounceSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named minBounceSpeed.Contact.setMinBounceSpeed
(SFFloat newValue) Assign typed object value to SFFloat minBounceSpeed field, similar tosetMinBounceSpeed(float)
.Contact.setPosition
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPosition(float[])
.Contact.setPosition
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetPosition(float[])
.Contact.setPosition
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.Contact.setPosition
(float x, float y, float z) Assign values to SFVec3f position field, similar tosetPosition(float[])
.Contact.setPosition
(SFVec3f newValue) Assign typed object value to SFVec3f position field, similar tosetPosition(float[])
.Contact.setSlipCoefficients
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSlipCoefficients(float[])
.Contact.setSlipCoefficients
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSlipCoefficients(float[])
.Contact.setSlipCoefficients
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named slipCoefficients.Contact.setSlipCoefficients
(float x, float y) Assign values to SFVec2f slipCoefficients field, similar tosetSlipCoefficients(float[])
.Contact.setSlipCoefficients
(SFVec2f newValue) Assign typed object value to SFVec2f slipCoefficients field, similar tosetSlipCoefficients(float[])
.Contact.setSoftnessConstantForceMix
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSoftnessConstantForceMix(float)
.Contact.setSoftnessConstantForceMix
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named softnessConstantForceMix.Contact.setSoftnessConstantForceMix
(SFFloat newValue) Assign typed object value to SFFloat softnessConstantForceMix field, similar tosetSoftnessConstantForceMix(float)
.Contact.setSoftnessErrorCorrection
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSoftnessErrorCorrection(float)
.Contact.setSoftnessErrorCorrection
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named softnessErrorCorrection.Contact.setSoftnessErrorCorrection
(SFFloat newValue) Assign typed object value to SFFloat softnessErrorCorrection field, similar tosetSoftnessErrorCorrection(float)
.Contact.setSurfaceSpeed
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSurfaceSpeed(float[])
.Contact.setSurfaceSpeed
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSurfaceSpeed(float[])
.Contact.setSurfaceSpeed
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named surfaceSpeed.Contact.setSurfaceSpeed
(float x, float y) Assign values to SFVec2f surfaceSpeed field, similar tosetSurfaceSpeed(float[])
.Contact.setSurfaceSpeed
(SFVec2f newValue) Assign typed object value to SFVec2f surfaceSpeed field, similar tosetSurfaceSpeed(float[])
.final Contact
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.