Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix3fObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.RigidBodyPhysics | |
| org.web3d.x3d.jsail.Shaders |
-
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFMatrix3fObject Modifier and Type Method Description SFMatrix3fObjectfieldObject. getValueSFMatrix3f()If type matches, then get typed value of a SFMatrix3f field declaration.SFMatrix3fObjectfieldValueObject. getValueSFMatrix3f()If type matches, then get typed value of a SFMatrix3f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFMatrix3fObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFMatrix3fObject newValue)Append SFMatrix3fObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFMatrix3fObject newValue)Append SFMatrix3fObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFMatrix3fObject newValue)Set typed value of a SFMatrix3f field declaration.fieldValueObjectfieldValueObject. setValue(SFMatrix3fObject newValue)Set typed value of a SFMatrix3f fieldValue declaration. -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFMatrix3fObject Modifier and Type Method Description SFMatrix3fObjectSFMatrix3fObject. multiply(float scaleFactor)Multiply scaleFactor times all values in this field type.SFMatrix3fObjectSFMatrix3fObject. setValue(float[] newValue)Apply an array of primitive values to this field.SFMatrix3fObjectSFMatrix3fObject. setValue(SFMatrix3fObject newValue)Apply an SFMatrix3fObject value to this field.SFMatrix3fObjectSFMatrix3fObject. setValueByString(java.lang.String newValue)Utility accessor for SFMatrix3fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFMatrix3fObject Modifier and Type Method Description booleanSFMatrix3fObject. equals(SFMatrix3fObject comparisonSFMatrix3fObject)Determine whether two objects contain equal values.MFMatrix3fObjectMFMatrix3fObject. setValue(SFMatrix3fObject newValue)Utility method for MFMatrix3fObject to assign a single SFMatrix3fObject as new initial value.SFMatrix3fObjectSFMatrix3fObject. setValue(SFMatrix3fObject newValue)Apply an SFMatrix3fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFMatrix3fObject Constructor Description MFMatrix3fObject(SFMatrix3fObject newValue)Utility constructor for MFMatrix3fObject to assign a single SFMatrix3fObject as new initial value.SFMatrix3fObject(SFMatrix3fObject newValue)Constructor to copy an SFMatrix3fObject value as initial value for this new field object. -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type SFMatrix3fObject Modifier and Type Method Description RigidBodyObjectRigidBodyObject. setInertia(SFMatrix3fObject newValue)Assign typed object value to SFMatrix3f inertia field, similar toRigidBodyObject.setInertia(float[]). -
Uses of SFMatrix3fObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type SFMatrix3fObject Modifier and Type Method Description Matrix3VertexAttributeObjectMatrix3VertexAttributeObject. addValue(SFMatrix3fObject newValue)Add singleton SFMatrix3fObject value to MFMatrix3f value field.