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