Uses of Class
org.web3d.x3d.jsail.fields.SFVec4d
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 SFVec4d in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueSFVec4d()
If type matches, then get typed value of a SFVec4d field declaration.fieldValue.getValueSFVec4d()
If type matches, then get typed value of a SFVec4d fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(SFVec4d newValue) Append SFVec4d to field for value attribute.fieldValue.appendValue
(SFVec4d newValue) Append SFVec4d to fieldValue for value attribute.Set typed value of a SFVec4d field declaration.Set typed value of a SFVec4d fieldValue declaration. -
Uses of SFVec4d in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionSFVec4d.multiply
(double scaleFactor) Multiply scaleFactor times all values in this field type.SFVec4d.normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.SFVec4d.setValue
(double x, double y, double z, double t) Assign a new value to this field.SFVec4d.setValue
(float[] newValue) Constructor for SFVec4d using a corresponding Java primitive float[] array as new initial value.Apply an SFVec4d value to this field.SFVec4d.setValueArray
(double[] newValue) Assign a new array value to this field, pipelined.SFVec4d.setValueByString
(String newValue) Utility accessor for SFVec4d using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Assign a single-field SFVec4d as new array value.Apply an SFVec4d value to this field.