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