Uses of Class
org.web3d.x3d.jsail.fields.MFMatrix4d
Packages that use 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
Methods in org.web3d.x3d.jsail.Core that return MFMatrix4dModifier and TypeMethodDescriptionfield.getValueMFMatrix4d()
If type matches, then get typed value of a MFMatrix4d field declaration.fieldValue.getValueMFMatrix4d()
If type matches, then get typed value of a MFMatrix4d fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFMatrix4dModifier 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
Methods in org.web3d.x3d.jsail.fields that return MFMatrix4dModifier 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).Methods in org.web3d.x3d.jsail.fields with parameters of type MFMatrix4dModifier and TypeMethodDescriptionboolean
MFMatrix4d.equals
(MFMatrix4d comparisonMFMatrix4d) Determine whether two objects contain equal values.MFMatrix4d.setValue
(MFMatrix4d newValue) Apply an MFMatrix4d value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFMatrix4dModifierConstructorDescriptionMFMatrix4d
(MFMatrix4d newValue) Constructor to copy an MFMatrix4d value as initial value for this new field object.