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