Uses of Class
org.web3d.x3d.jsail.fields.SFVec4fObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.Rendering | |
org.web3d.x3d.jsail.Texturing3D |
-
Uses of SFVec4fObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFVec4fObject Modifier and Type Method Description SFVec4fObject
fieldObject. getValueSFVec4f()
If type matches, then get typed value of a SFVec4f field declaration.SFVec4fObject
fieldValueObject. getValueSFVec4f()
If type matches, then get typed value of a SFVec4f fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFVec4fObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(SFVec4fObject newValue)
Append SFVec4fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFVec4fObject newValue)
Append SFVec4fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFVec4fObject newValue)
Set typed value of a SFVec4f field declaration.fieldValueObject
fieldValueObject. setValue(SFVec4fObject newValue)
Set typed value of a SFVec4f fieldValue declaration. -
Uses of SFVec4fObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFVec4fObject Modifier and Type Method Description SFVec4fObject
SFVec4fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.SFVec4fObject
SFVec4fObject. normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.SFVec4fObject
SFVec4fObject. setValue(double[] newValue)
Constructor for SFVec4fObject using a corresponding Java primitive double[] array as new initial value.SFVec4fObject
SFVec4fObject. setValue(double x, double y, double z, double t)
Assign a new value to this field.SFVec4fObject
SFVec4fObject. setValue(float x, float y, float z, float t)
Assign a new value to this field.SFVec4fObject
SFVec4fObject. setValue(SFVec4fObject newValue)
Apply an SFVec4fObject value to this field.SFVec4fObject
SFVec4fObject. setValueArray(float[] newValue)
Assign a new array value to this field, pipelined.SFVec4fObject
SFVec4fObject. setValueByString(java.lang.String newValue)
Utility accessor for SFVec4fObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec4fObject Modifier and Type Method Description MFVec4fObject
MFVec4fObject. append(SFVec4fObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFVec4fObject. equals(SFVec4fObject comparisonSFVec4fObject)
Determine whether two objects contain equal values.MFVec4fObject
MFVec4fObject. setValue(SFVec4fObject newValue)
Assign a single-field SFVec4fObject as new array value.SFVec4fObject
SFVec4fObject. setValue(SFVec4fObject newValue)
Apply an SFVec4fObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFVec4fObject Constructor Description MFVec4fObject(SFVec4fObject newValue)
Utility constructor for MFVec4fObject to assign a single SFVec4fObject as new initial value.SFVec4fObject(SFVec4fObject newValue)
Constructor to copy an SFVec4fObject value as initial value for this new field object. -
Uses of SFVec4fObject in org.web3d.x3d.jsail.Rendering
Methods in org.web3d.x3d.jsail.Rendering with parameters of type SFVec4fObject Modifier and Type Method Description ClipPlaneObject
ClipPlaneObject. setPlane(SFVec4fObject newValue)
Assign typed object value to SFVec4f plane field, similar toClipPlaneObject.setPlane(float[])
. -
Uses of SFVec4fObject in org.web3d.x3d.jsail.Texturing3D
Methods in org.web3d.x3d.jsail.Texturing3D with parameters of type SFVec4fObject Modifier and Type Method Description TextureCoordinate4DObject
TextureCoordinate4DObject. addPoint(SFVec4fObject newValue)
Add singleton SFVec4fObject value to MFVec4f point field.