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 MFMatrix3dObject
fieldObject. getValueMFMatrix3d()
Get typed value of this field declaration.MFMatrix3dObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(MFMatrix3dObject newValue)
Append MFMatrix3dObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFMatrix3dObject newValue)
Append MFMatrix3dObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFMatrix3dObject newValue)
Set typed value of a MFMatrix3d field declaration.fieldValueObject
fieldValueObject. 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 MFMatrix3dObject
MFMatrix3dObject. multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.MFMatrix3dObject
MFMatrix3dObject. setValue(double[] newValue)
Apply an array of primitive values to this field.MFMatrix3dObject
MFMatrix3dObject. setValue(MFMatrix3dObject newValue)
Apply an MFMatrix3dObject value to this field.MFMatrix3dObject
MFMatrix3dObject. setValue(SFMatrix3dObject newValue)
Utility method for MFMatrix3dObject to assign a single SFMatrix3dObject as new initial value.MFMatrix3dObject
MFMatrix3dObject. 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 boolean
MFMatrix3dObject. equals(MFMatrix3dObject comparisonMFMatrix3dObject)
Determine whether two objects contain equal values.MFMatrix3dObject
MFMatrix3dObject. 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.