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