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