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 MFVec4dObjectfieldObject. getValueMFVec4d()Get typed value of this field declaration.MFVec4dObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(MFVec4dObject newValue)Append MFVec4dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFVec4dObject newValue)Append MFVec4dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFVec4dObject newValue)Set typed value of a MFVec4d field declaration.fieldValueObjectfieldValueObject. 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 MFVec4dObjectMFVec4dObject. append(MFVec4dObject newValue)Appends a new MFVec4dObject to the end of the existing value array, increasing the field length accordingly.MFVec4dObjectMFVec4dObject. append(SFVec4dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec4dObjectMFVec4dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.MFVec4dObjectMFVec4dObject. normalize()Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec4dObjectMFVec4dObject. setValue(float[] newValue)Assign a single-precision floating-point array value to this double-precision field.MFVec4dObjectMFVec4dObject. setValue(MFVec4dObject newValue)Apply an MFVec4dObject value to this field.MFVec4dObjectMFVec4dObject. setValue(SFVec4dObject newValue)Assign a single-field SFVec4dObject as new array value.MFVec4dObjectMFVec4dObject. 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 MFVec4dObjectMFVec4dObject. append(MFVec4dObject newValue)Appends a new MFVec4dObject to the end of the existing value array, increasing the field length accordingly.booleanMFVec4dObject. equals(MFVec4dObject comparisonMFVec4dObject)Determine whether two objects contain equal values.MFVec4dObjectMFVec4dObject. 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.