Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix4d
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
-
Uses of MFMatrix4d in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFMatrix4d()
Get typed value of this field declaration.fieldValue.getValueMFMatrix4d()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFMatrix4d newValue) Append MFMatrix4d to field for value attribute.fieldValue.appendValue
(MFMatrix4d newValue) Append MFMatrix4d to fieldValue for value attribute.field.setValue
(MFMatrix4d newValue) Set typed value of a MFMatrix4d field declaration.fieldValue.setValue
(MFMatrix4d newValue) Set typed value of a MFMatrix4d fieldValue declaration. -
Uses of MFMatrix4d in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionMFMatrix4d.multiply
(double scaleFactor) Multiply scaleFactor times all values in this field type.MFMatrix4d.setValue
(double[] newValue) Apply an array of primitive values to this field.MFMatrix4d.setValue
(MFMatrix4d newValue) Apply an MFMatrix4d value to this field.MFMatrix4d.setValue
(SFMatrix4d newValue) Utility method for MFMatrix4d to assign a single SFMatrix4d as new initial value.MFMatrix4d.setValueByString
(String newValue) Utility accessor for MFMatrix4d using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionboolean
MFMatrix4d.equals
(MFMatrix4d comparisonMFMatrix4d) Determine whether two objects contain equal values.MFMatrix4d.setValue
(MFMatrix4d newValue) Apply an MFMatrix4d value to this field.ModifierConstructorDescriptionMFMatrix4d
(MFMatrix4d newValue) Constructor to copy an MFMatrix4d value as initial value for this new field object.