Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix4dObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.fields |
-
Uses of SFMatrix4dObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFMatrix4dObject Modifier and Type Method Description SFMatrix4dObjectfieldObject. getValueSFMatrix4d()If type matches, then get typed value of a SFMatrix4d field declaration.SFMatrix4dObjectfieldValueObject. getValueSFMatrix4d()If type matches, then get typed value of a SFMatrix4d fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFMatrix4dObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFMatrix4dObject newValue)Append SFMatrix4dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFMatrix4dObject newValue)Append SFMatrix4dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFMatrix4dObject newValue)Set typed value of a SFMatrix4d field declaration.fieldValueObjectfieldValueObject. setValue(SFMatrix4dObject newValue)Set typed value of a SFMatrix4d fieldValue declaration. -
Uses of SFMatrix4dObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFMatrix4dObject Modifier and Type Method Description SFMatrix4dObjectSFMatrix4dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.SFMatrix4dObjectSFMatrix4dObject. setValue(double[] newValue)Apply an array of primitive values to this field.SFMatrix4dObjectSFMatrix4dObject. setValue(SFMatrix4dObject newValue)Apply an SFMatrix4dObject value to this field.SFMatrix4dObjectSFMatrix4dObject. setValueByString(java.lang.String newValue)Utility accessor for SFMatrix4dObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4dObject Modifier and Type Method Description booleanSFMatrix4dObject. equals(SFMatrix4dObject comparisonSFMatrix4dObject)Determine whether two objects contain equal values.MFMatrix4dObjectMFMatrix4dObject. setValue(SFMatrix4dObject newValue)Utility method for MFMatrix4dObject to assign a single SFMatrix4dObject as new initial value.SFMatrix4dObjectSFMatrix4dObject. setValue(SFMatrix4dObject newValue)Apply an SFMatrix4dObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4dObject Constructor Description MFMatrix4dObject(SFMatrix4dObject newValue)Utility constructor for MFMatrix4dObject to assign a single SFMatrix4dObject as new initial value.SFMatrix4dObject(SFMatrix4dObject newValue)Constructor to copy an SFMatrix4dObject value as initial value for this new field object.