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 MFVec4fObject
fieldObject. getValueMFVec4f()
Get typed value of this field declaration.MFVec4fObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(MFVec4fObject newValue)
Append MFVec4fObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFVec4fObject newValue)
Append MFVec4fObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFVec4fObject newValue)
Set typed value of a MFVec4f field declaration.fieldValueObject
fieldValueObject. 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 MFVec4fObject
MFVec4fObject. append(MFVec4fObject newValue)
Appends a new MFVec4fObject to the end of the existing value array, increasing the field length accordingly.MFVec4fObject
MFVec4fObject. append(SFVec4fObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec4fObject
MFVec4fObject. multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.MFVec4fObject
MFVec4fObject. normalize()
Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec4fObject
MFVec4fObject. setValue(double[] newValue)
Assign a double-precision array value to this single-precision field.MFVec4fObject
MFVec4fObject. setValue(MFVec4fObject newValue)
Apply an MFVec4fObject value to this field.MFVec4fObject
MFVec4fObject. setValue(SFVec4fObject newValue)
Assign a single-field SFVec4fObject as new array value.MFVec4fObject
MFVec4fObject. 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 MFVec4fObject
MFVec4fObject. append(MFVec4fObject newValue)
Appends a new MFVec4fObject to the end of the existing value array, increasing the field length accordingly.boolean
MFVec4fObject. equals(MFVec4fObject comparisonMFVec4fObject)
Determine whether two objects contain equal values.MFVec4fObject
MFVec4fObject. 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 TextureCoordinate4DObject
TextureCoordinate4DObject. setPoint(MFVec4fObject newValue)
Assign typed object value to MFVec4f point field, similar toTextureCoordinate4DObject.setPoint(float[])
.