Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix3dObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields |
-
Uses of MFMatrix3dObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFMatrix3dObject Modifier and Type Method Description MFMatrix3dObjectfieldObject. getValueMFMatrix3d()Get typed value of this field declaration.MFMatrix3dObjectfieldValueObject. getValueMFMatrix3d()Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFMatrix3dObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(MFMatrix3dObject newValue)Append MFMatrix3dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFMatrix3dObject newValue)Append MFMatrix3dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFMatrix3dObject newValue)Set typed value of a MFMatrix3d field declaration.fieldValueObjectfieldValueObject. setValue(MFMatrix3dObject newValue)Set typed value of a MFMatrix3d fieldValue declaration. -
Uses of MFMatrix3dObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFMatrix3dObject Modifier and Type Method Description MFMatrix3dObjectMFMatrix3dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.MFMatrix3dObjectMFMatrix3dObject. setValue(double[] newValue)Apply an array of primitive values to this field.MFMatrix3dObjectMFMatrix3dObject. setValue(MFMatrix3dObject newValue)Apply an MFMatrix3dObject value to this field.MFMatrix3dObjectMFMatrix3dObject. setValue(SFMatrix3dObject newValue)Utility method for MFMatrix3dObject to assign a single SFMatrix3dObject as new initial value.MFMatrix3dObjectMFMatrix3dObject. setValueByString(java.lang.String newValue)Utility accessor for MFMatrix3dObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFMatrix3dObject Modifier and Type Method Description booleanMFMatrix3dObject. equals(MFMatrix3dObject comparisonMFMatrix3dObject)Determine whether two objects contain equal values.MFMatrix3dObjectMFMatrix3dObject. setValue(MFMatrix3dObject newValue)Apply an MFMatrix3dObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFMatrix3dObject Constructor Description MFMatrix3dObject(MFMatrix3dObject newValue)Constructor to copy an MFMatrix3dObject value as initial value for this new field object.