Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.Contact
Packages that use 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
Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return ContactModifier and TypeMethodDescriptionContact.addAppliedParameters(String newValue) Add singleton String value to MFString appliedParameters field, allowing duplicate and empty string values if provided.Contact.addAppliedParameters(SFString newValue) Add singleton SFString value to MFString appliedParameters field, allowing duplicate or empty string values if provided.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 toContact.setAppliedParameters(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 toContact.setAppliedParameters(String[]).Contact.setAppliedParameters(MFString newValue) Assign typed object value to MFString appliedParameters field, similar toContact.setAppliedParameters(String[]).Contact.setAppliedParameters(SFString newValue) Assign single SFString object value to MFString appliedParameters field, similar toContact.setAppliedParameters(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 toContact.setBounce(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 toContact.setBounce(float).Contact.setContactNormal(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setContactNormal(float[]).Contact.setContactNormal(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setContactNormal(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 toContact.setContactNormal(float[]).Contact.setContactNormal(SFVec3f newValue) Assign typed object value to SFVec3f contactNormal field, similar toContact.setContactNormal(float[]).final ContactContact.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 toContact.setCssClass(String).final ContactContact.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 toContact.setCssStyle(String).final ContactAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toContact.setDEF(String).Contact.setDepth(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toContact.setDepth(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 toContact.setDepth(float).Contact.setFrictionCoefficients(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setFrictionCoefficients(float[]).Contact.setFrictionCoefficients(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setFrictionCoefficients(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 toContact.setFrictionCoefficients(float[]).Contact.setFrictionCoefficients(SFVec2f newValue) Assign typed object value to SFVec2f frictionCoefficients field, similar toContact.setFrictionCoefficients(float[]).Contact.setFrictionDirection(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setFrictionDirection(float[]).Contact.setFrictionDirection(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setFrictionDirection(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 toContact.setFrictionDirection(float[]).Contact.setFrictionDirection(SFVec3f newValue) Assign typed object value to SFVec3f frictionDirection field, similar toContact.setFrictionDirection(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 ContactAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toContact.setHtmlId(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 toContact.setMinBounceSpeed(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 toContact.setMinBounceSpeed(float).Contact.setPosition(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setPosition(float[]).Contact.setPosition(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setPosition(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 toContact.setPosition(float[]).Contact.setPosition(SFVec3f newValue) Assign typed object value to SFVec3f position field, similar toContact.setPosition(float[]).Contact.setSlipCoefficients(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setSlipCoefficients(float[]).Contact.setSlipCoefficients(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setSlipCoefficients(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 toContact.setSlipCoefficients(float[]).Contact.setSlipCoefficients(SFVec2f newValue) Assign typed object value to SFVec2f slipCoefficients field, similar toContact.setSlipCoefficients(float[]).Contact.setSoftnessConstantForceMix(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toContact.setSoftnessConstantForceMix(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 toContact.setSoftnessConstantForceMix(float).Contact.setSoftnessErrorCorrection(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toContact.setSoftnessErrorCorrection(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 toContact.setSoftnessErrorCorrection(float).Contact.setSurfaceSpeed(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toContact.setSurfaceSpeed(float[]).Contact.setSurfaceSpeed(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toContact.setSurfaceSpeed(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 toContact.setSurfaceSpeed(float[]).Contact.setSurfaceSpeed(SFVec2f newValue) Assign typed object value to SFVec2f surfaceSpeed field, similar toContact.setSurfaceSpeed(float[]).final ContactAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toContact.setUSE(String).Assign a USE reference to another DEF node of same node type, similar toContact.setUSE(String).Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type ContactModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toContact.setUSE(String).