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