Uses of Class
org.web3d.x3d.jsail.fields.SFMatrix4fObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.Shaders | |
org.web3d.x3d.jsail.Texturing3D |
-
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFMatrix4fObject Modifier and Type Method Description SFMatrix4fObject
fieldObject. getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f field declaration.SFMatrix4fObject
fieldValueObject. getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFMatrix4fObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(SFMatrix4fObject newValue)
Append SFMatrix4fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFMatrix4fObject newValue)
Append SFMatrix4fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFMatrix4fObject newValue)
Set typed value of a SFMatrix4f field declaration.fieldValueObject
fieldValueObject. setValue(SFMatrix4fObject newValue)
Set typed value of a SFMatrix4f fieldValue declaration. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFMatrix4fObject Modifier and Type Method Description SFMatrix4fObject
SFMatrix4fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.SFMatrix4fObject
SFMatrix4fObject. setValue(float[] newValue)
Apply an array of primitive values to this field.SFMatrix4fObject
SFMatrix4fObject. setValue(SFMatrix4fObject newValue)
Apply an SFMatrix4fObject value to this field.SFMatrix4fObject
SFMatrix4fObject. setValueByString(java.lang.String newValue)
Utility accessor for SFMatrix4fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4fObject Modifier and Type Method Description boolean
SFMatrix4fObject. equals(SFMatrix4fObject comparisonSFMatrix4fObject)
Determine whether two objects contain equal values.MFMatrix4fObject
MFMatrix4fObject. setValue(SFMatrix4fObject newValue)
Utility method for MFMatrix4fObject to assign a single SFMatrix4fObject as new initial value.SFMatrix4fObject
SFMatrix4fObject. setValue(SFMatrix4fObject newValue)
Apply an SFMatrix4fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFMatrix4fObject Constructor Description MFMatrix4fObject(SFMatrix4fObject newValue)
Utility constructor for MFMatrix4fObject to assign a single SFMatrix4fObject as new initial value.SFMatrix4fObject(SFMatrix4fObject newValue)
Constructor to copy an SFMatrix4fObject value as initial value for this new field object. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Shaders
Methods in org.web3d.x3d.jsail.Shaders with parameters of type SFMatrix4fObject Modifier and Type Method Description Matrix4VertexAttributeObject
Matrix4VertexAttributeObject. addValue(SFMatrix4fObject newValue)
Add singleton SFMatrix4fObject value to MFMatrix4f value field. -
Uses of SFMatrix4fObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFMatrix4fObject Modifier and Type Method Description TextureTransformMatrix3DObject
TextureTransformMatrix3DObject. setMatrix(SFMatrix4fObject newValue)
Assign typed object value to SFMatrix4f matrix field, similar toTextureTransformMatrix3DObject.setMatrix(float[])
.