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 MFVec3dObjectfieldObject. getValueMFVec3d()Get typed value of this field declaration.MFVec3dObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(MFVec3dObject newValue)Append MFVec3dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFVec3dObject newValue)Append MFVec3dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFVec3dObject newValue)Set typed value of a MFVec3d field declaration.fieldValueObjectfieldValueObject. 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 MFVec3dObjectMFVec3dObject. append(MFVec3dObject newValue)Appends a new MFVec3dObject to the end of the existing value array, increasing the field length accordingly.MFVec3dObjectMFVec3dObject. append(SFVec3dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFVec3dObjectMFVec3dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.MFVec3dObjectMFVec3dObject. normalize()Utility method to normalize vector values to unit length, ignore vector values with zero length.MFVec3dObjectMFVec3dObject. setValue(float[] newValue)Assign a single-precision floating-point array value to this double-precision field.MFVec3dObjectMFVec3dObject. setValue(MFVec3dObject newValue)Apply an MFVec3dObject value to this field.MFVec3dObjectMFVec3dObject. setValue(SFVec3dObject newValue)Assign a single-field SFVec3dObject as new array value.MFVec3dObjectMFVec3dObject. 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 MFVec3dObjectMFVec3dObject. append(MFVec3dObject newValue)Appends a new MFVec3dObject to the end of the existing value array, increasing the field length accordingly.booleanMFVec3dObject. equals(MFVec3dObject comparisonMFVec3dObject)Determine whether two objects contain equal values.MFVec3dObjectMFVec3dObject. 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 GeoPositionInterpolatorObjectGeoPositionInterpolatorObject. setKeyValue(MFVec3dObject newValue)Assign typed object value to MFVec3d keyValue field, similar toGeoPositionInterpolatorObject.setKeyValue(double[]).GeoCoordinateObjectGeoCoordinateObject. 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 CoordinateDoubleObjectCoordinateDoubleObject. setPoint(MFVec3dObject newValue)Assign typed object value to MFVec3d point field, similar toCoordinateDoubleObject.setPoint(double[]).