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 SFVec4dObjectfieldObject. getValueSFVec4d()If type matches, then get typed value of a SFVec4d field declaration.SFVec4dObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(SFVec4dObject newValue)Append SFVec4dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFVec4dObject newValue)Append SFVec4dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFVec4dObject newValue)Set typed value of a SFVec4d field declaration.fieldValueObjectfieldValueObject. 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 SFVec4dObjectSFVec4dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.SFVec4dObjectSFVec4dObject. normalize()Utility method to normalize this vector value to unit length, ignore if zero length.SFVec4dObjectSFVec4dObject. setValue(double x, double y, double z, double t)Assign a new value to this field.SFVec4dObjectSFVec4dObject. setValue(float[] newValue)Constructor for SFVec4dObject using a corresponding Java primitive float[] array as new initial value.SFVec4dObjectSFVec4dObject. setValue(SFVec4dObject newValue)Apply an SFVec4dObject value to this field.SFVec4dObjectSFVec4dObject. setValueArray(double[] newValue)Assign a new array value to this field, pipelined.SFVec4dObjectSFVec4dObject. 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 MFVec4dObjectMFVec4dObject. append(SFVec4dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFVec4dObject. equals(SFVec4dObject comparisonSFVec4dObject)Determine whether two objects contain equal values.MFVec4dObjectMFVec4dObject. setValue(SFVec4dObject newValue)Assign a single-field SFVec4dObject as new array value.SFVec4dObjectSFVec4dObject. 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.