Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix4fObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.jsail.Texturing3D |
-
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFMatrix4fObject Modifier and Type Method Description SFMatrix4fObjectfieldObject. getValueSFMatrix4f()If type matches, then get typed value of a SFMatrix4f field declaration.SFMatrix4fObjectfieldValueObject. getValueSFMatrix4f()If type matches, then get typed value of a SFMatrix4f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFMatrix4fObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFMatrix4fObject newValue)Append SFMatrix4fObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFMatrix4fObject newValue)Append SFMatrix4fObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFMatrix4fObject newValue)Set typed value of a SFMatrix4f field declaration.fieldValueObjectfieldValueObject. setValue(SFMatrix4fObject newValue)Set typed value of a SFMatrix4f fieldValue declaration. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFMatrix4fObject Modifier and Type Method Description SFMatrix4fObjectSFMatrix4fObject. multiply(float scaleFactor)Multiply scaleFactor times all values in this field type.SFMatrix4fObjectSFMatrix4fObject. setValue(float[] newValue)Apply an array of primitive values to this field.SFMatrix4fObjectSFMatrix4fObject. setValue(SFMatrix4fObject newValue)Apply an SFMatrix4fObject value to this field.SFMatrix4fObjectSFMatrix4fObject. setValueByString(java.lang.String newValue)Utility accessor for SFMatrix4fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4fObject Modifier and Type Method Description booleanSFMatrix4fObject. equals(SFMatrix4fObject comparisonSFMatrix4fObject)Determine whether two objects contain equal values.MFMatrix4fObjectMFMatrix4fObject. setValue(SFMatrix4fObject newValue)Utility method for MFMatrix4fObject to assign a single SFMatrix4fObject as new initial value.SFMatrix4fObjectSFMatrix4fObject. setValue(SFMatrix4fObject newValue)Apply an SFMatrix4fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4fObject Constructor Description MFMatrix4fObject(SFMatrix4fObject newValue)Utility constructor for MFMatrix4fObject to assign a single SFMatrix4fObject as new initial value.SFMatrix4fObject(SFMatrix4fObject newValue)Constructor to copy an SFMatrix4fObject value as initial value for this new field object. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type SFMatrix4fObject Modifier and Type Method Description Matrix4VertexAttributeObjectMatrix4VertexAttributeObject. addValue(SFMatrix4fObject newValue)Add singleton SFMatrix4fObject value to MFMatrix4f value field. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFMatrix4fObject Modifier and Type Method Description TextureTransformMatrix3DObjectTextureTransformMatrix3DObject. setMatrix(SFMatrix4fObject newValue)Assign typed object value to SFMatrix4f matrix field, similar toTextureTransformMatrix3DObject.setMatrix(float[]).