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