Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.CollidableShape
Packages that use CollidableShape
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 CollidableShape in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return CollidableShapeModifier and TypeMethodDescriptionCollidableShape.addComments(String newComment) Add comment as String to contained commentsList.CollidableShape.addComments(String[] newComments) Add comments as String[] array to contained commentsList.CollidableShape.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CollidableShape.clearIS()Utility method to clear SFNode value of IS field.CollidableShape.clearMetadata()Utility method to clear SFNode value of metadata field.CollidableShape.clearShape()Utility method to clear SFNode value of shape field.CollidableShape.setBboxCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCollidableShape.setBboxCenter(float[]).CollidableShape.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCollidableShape.setBboxCenter(float[]).CollidableShape.setBboxCenter(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CollidableShape.setBboxCenter(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar toCollidableShape.setBboxCenter(float[]).CollidableShape.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toCollidableShape.setBboxCenter(float[]).CollidableShape.setBboxDisplay(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CollidableShape.setBboxDisplay(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar toCollidableShape.setBboxDisplay(boolean).CollidableShape.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCollidableShape.setBboxSize(float[]).CollidableShape.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCollidableShape.setBboxSize(float[]).CollidableShape.setBboxSize(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.CollidableShape.setBboxSize(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar toCollidableShape.setBboxSize(float[]).CollidableShape.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toCollidableShape.setBboxSize(float[]).final CollidableShapeCollidableShape.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CollidableShape.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toCollidableShape.setCssClass(String).final CollidableShapeCollidableShape.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CollidableShape.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toCollidableShape.setCssStyle(String).final CollidableShapeAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCollidableShape.setDEF(String).CollidableShape.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CollidableShape.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCollidableShape.setEnabled(boolean).final CollidableShapeAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCollidableShape.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CollidableShape.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShape.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CollidableShape.setRotation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCollidableShape.setRotation(float[]).CollidableShape.setRotation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCollidableShape.setRotation(float[]).CollidableShape.setRotation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.CollidableShape.setRotation(float x, float y, float z, float angleRadians) Assign values to SFRotation rotation field, similar toCollidableShape.setRotation(float[]).CollidableShape.setRotation(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toCollidableShape.setRotation(float[]).CollidableShape.setShape(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field shape.Accessor method to assign org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) to initializeOnly SFNode field shape.CollidableShape.setTranslation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCollidableShape.setTranslation(float[]).CollidableShape.setTranslation(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCollidableShape.setTranslation(float[]).CollidableShape.setTranslation(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.CollidableShape.setTranslation(float x, float y, float z) Assign values to SFVec3f translation field, similar toCollidableShape.setTranslation(float[]).CollidableShape.setTranslation(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar toCollidableShape.setTranslation(float[]).final CollidableShapeAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toCollidableShape.setUSE(String).CollidableShape.setUSE(CollidableShape DEFnode) Assign a USE reference to another DEF node of same node type, similar toCollidableShape.setUSE(String).CollidableShape.setVisible(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.CollidableShape.setVisible(SFBool newValue) Assign typed object value to SFBool visible field, similar toCollidableShape.setVisible(boolean).Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type CollidableShapeModifier and TypeMethodDescriptionCollidableShape.setUSE(CollidableShape DEFnode) Assign a USE reference to another DEF node of same node type, similar toCollidableShape.setUSE(String).