Uses of Class
org.web3d.x3d.jsail.fields.MFVec4f
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.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of MFVec4f in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFVec4f()
If type matches, then get typed value of a MFVec4f field declaration.fieldValue.getValueMFVec4f()
If type matches, then get typed value of a MFVec4f fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFVec4f newValue) Append MFVec4f to field for value attribute.fieldValue.appendValue
(MFVec4f newValue) Append MFVec4f to fieldValue for value attribute.Set typed value of a MFVec4f field declaration.Set typed value of a MFVec4f fieldValue declaration. -
Uses of MFVec4f in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionAppends a new MFVec4f 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.MFVec4f.multiply
(float scaleFactor) Multiply scaleFactor times all values in this field type.MFVec4f.normalize()
Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec4f.setValue
(double[] newValue) Assign a double-precision array value to this single-precision field.Apply an MFVec4f value to this field.Assign a single-field SFVec4f as new array value.MFVec4f.setValueByString
(String newValue) Utility accessor for MFVec4f using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new MFVec4f to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFVec4f value to this field. -
Uses of MFVec4f in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionAssign typed object value to MFVec4f point field, similar toTextureCoordinate4D.setPoint(float[])
.