Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix4fObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Shaders |
-
Uses of MFMatrix4fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFMatrix4fObject Modifier and Type Method Description MFMatrix4fObjectfieldObject. getValueMFMatrix4f()Get typed value of this field declaration.MFMatrix4fObjectfieldValueObject. getValueMFMatrix4f()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFMatrix4fObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFMatrix4fObject newValue)Append MFMatrix4fObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFMatrix4fObject newValue)Append MFMatrix4fObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFMatrix4fObject newValue)Set typed value of a MFMatrix4f field declaration.fieldValueObjectfieldValueObject. setValue(MFMatrix4fObject newValue)Set typed value of a MFMatrix4f fieldValue declaration. -
Uses of MFMatrix4fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFMatrix4fObject Modifier and Type Method Description MFMatrix4fObjectMFMatrix4fObject. multiply(float scaleFactor)Multiply scaleFactor times all values in this field type.MFMatrix4fObjectMFMatrix4fObject. setValue(float[] newValue)Apply an array of primitive values to this field.MFMatrix4fObjectMFMatrix4fObject. setValue(MFMatrix4fObject newValue)Apply an MFMatrix4fObject value to this field.MFMatrix4fObjectMFMatrix4fObject. setValue(SFMatrix4fObject newValue)Utility method for MFMatrix4fObject to assign a single SFMatrix4fObject as new initial value.MFMatrix4fObjectMFMatrix4fObject. setValueByString(java.lang.String newValue)Utility accessor for MFMatrix4fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFMatrix4fObject Modifier and Type Method Description booleanMFMatrix4fObject. equals(MFMatrix4fObject comparisonMFMatrix4fObject)Determine whether two objects contain equal values.MFMatrix4fObjectMFMatrix4fObject. setValue(MFMatrix4fObject newValue)Apply an MFMatrix4fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFMatrix4fObject Constructor Description MFMatrix4fObject(MFMatrix4fObject newValue)Constructor to copy an MFMatrix4fObject value as initial value for this new field object. -
Uses of MFMatrix4fObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type MFMatrix4fObject Modifier and Type Method Description Matrix4VertexAttributeObjectMatrix4VertexAttributeObject. setValue(MFMatrix4fObject newValue)Assign typed object MFMatrix4f value field, similar toMatrix4VertexAttributeObject.setValue(float[]).