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