Uses of Class
org.web3d.x3d.jsail.fields.MFVec4d
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 MFVec4d in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFVec4d()
Get typed value of this field declaration.fieldValue.getValueMFVec4d()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFVec4d newValue) Append MFVec4d to field for value attribute.fieldValue.appendValue
(MFVec4d newValue) Append MFVec4d to fieldValue for value attribute.Set typed value of a MFVec4d field declaration.Set typed value of a MFVec4d fieldValue declaration. -
Uses of MFVec4d in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionAppends a new MFVec4d to the end of the existing value array, increasing the field length accordingly.Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec4d.multiply
(double scaleFactor) Multiply scaleFactor times all values in this field type.MFVec4d.normalize()
Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec4d.setValue
(float[] newValue) Assign a single-precision floating-point array value to this double-precision field.Apply an MFVec4d value to this field.Assign a single-field SFVec4d as new array value.MFVec4d.setValueByString
(String newValue) Utility accessor for MFVec4d using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new MFVec4d to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFVec4d value to this field.