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 SFMatrix3dObjectfieldObject. getValueSFMatrix3d()If type matches, then get typed value of a SFMatrix3d field declaration.SFMatrix3dObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(SFMatrix3dObject newValue)Append SFMatrix3dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFMatrix3dObject newValue)Append SFMatrix3dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFMatrix3dObject newValue)Set typed value of a SFMatrix3d field declaration.fieldValueObjectfieldValueObject. 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 SFMatrix3dObjectSFMatrix3dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.SFMatrix3dObjectSFMatrix3dObject. setValue(double[] newValue)Apply an array of primitive values to this field.SFMatrix3dObjectSFMatrix3dObject. setValue(SFMatrix3dObject newValue)Apply an SFMatrix3dObject value to this field.SFMatrix3dObjectSFMatrix3dObject. 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 booleanSFMatrix3dObject. equals(SFMatrix3dObject comparisonSFMatrix3dObject)Determine whether two objects contain equal values.MFMatrix3dObjectMFMatrix3dObject. setValue(SFMatrix3dObject newValue)Utility method for MFMatrix3dObject to assign a single SFMatrix3dObject as new initial value.SFMatrix3dObjectSFMatrix3dObject. 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.