Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix3d
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 MFMatrix3d in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFMatrix3d()
Get typed value of this field declaration.fieldValue.getValueMFMatrix3d()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFMatrix3d newValue) Append MFMatrix3d to field for value attribute.fieldValue.appendValue
(MFMatrix3d newValue) Append MFMatrix3d to fieldValue for value attribute.field.setValue
(MFMatrix3d newValue) Set typed value of a MFMatrix3d field declaration.fieldValue.setValue
(MFMatrix3d newValue) Set typed value of a MFMatrix3d fieldValue declaration. -
Uses of MFMatrix3d in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionMFMatrix3d.multiply
(double scaleFactor) Multiply scaleFactor times all values in this field type.MFMatrix3d.setValue
(double[] newValue) Apply an array of primitive values to this field.MFMatrix3d.setValue
(MFMatrix3d newValue) Apply an MFMatrix3d value to this field.MFMatrix3d.setValue
(SFMatrix3d newValue) Utility method for MFMatrix3d to assign a single SFMatrix3d as new initial value.MFMatrix3d.setValueByString
(String newValue) Utility accessor for MFMatrix3d using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionboolean
MFMatrix3d.equals
(MFMatrix3d comparisonMFMatrix3d) Determine whether two objects contain equal values.MFMatrix3d.setValue
(MFMatrix3d newValue) Apply an MFMatrix3d value to this field.ModifierConstructorDescriptionMFMatrix3d
(MFMatrix3d newValue) Constructor to copy an MFMatrix3d value as initial value for this new field object.