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