Uses of Class
org.web3d.x3d.jsail.fields.SFVec3dObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core | |
| org.web3d.x3d.jsail.DIS | |
| org.web3d.x3d.jsail.fields | |
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.jsail.NURBS |
-
Uses of SFVec3dObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return SFVec3dObject Modifier and Type Method Description SFVec3dObjectfieldObject. getValueSFVec3d()If type matches, then get typed value of a SFVec3d field declaration.SFVec3dObjectfieldValueObject. getValueSFVec3d()If type matches, then get typed value of a SFVec3d fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type SFVec3dObject Modifier and Type Method Description fieldObjectfieldObject. appendValue(SFVec3dObject newValue)Append SFVec3dObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(SFVec3dObject newValue)Append SFVec3dObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(SFVec3dObject newValue)Set typed value of a SFVec3d field declaration.fieldValueObjectfieldValueObject. setValue(SFVec3dObject newValue)Set typed value of a SFVec3d fieldValue declaration. -
Uses of SFVec3dObject in org.web3d.x3d.jsail.DIS
Methods in org.web3d.x3d.jsail.DIS with parameters of type SFVec3dObject Modifier and Type Method Description EspduTransformObjectEspduTransformObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toEspduTransformObject.setGeoCoords(double[]).ReceiverPduObjectReceiverPduObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toReceiverPduObject.setGeoCoords(double[]).SignalPduObjectSignalPduObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toSignalPduObject.setGeoCoords(double[]).TransmitterPduObjectTransmitterPduObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toTransmitterPduObject.setGeoCoords(double[]). -
Uses of SFVec3dObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFVec3dObject Modifier and Type Method Description SFVec3dObjectSFVec3dObject. multiply(double scaleFactor)Multiply scaleFactor times all values in this field type.SFVec3dObjectSFVec3dObject. normalize()Utility method to normalize this vector value to unit length, ignore if zero length.SFVec3dObjectSFVec3dObject. setValue(double x, double y, double z)Assign a new value to this field.SFVec3dObjectSFVec3dObject. setValue(float[] newValue)Constructor for SFVec3dObject using a corresponding Java primitive float[] array as new initial value.SFVec3dObjectSFVec3dObject. setValue(SFVec3dObject newValue)Apply an SFVec3dObject value to this field.SFVec3dObjectSFVec3dObject. setValueArray(double[] newValue)Assign a new array value to this field, pipelined.SFVec3dObjectSFVec3dObject. setValueByString(java.lang.String newValue)Utility accessor for SFVec3dObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type SFVec3dObject Modifier and Type Method Description MFVec3dObjectMFVec3dObject. append(SFVec3dObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.booleanSFVec3dObject. equals(SFVec3dObject comparisonSFVec3dObject)Determine whether two objects contain equal values.MFVec3dObjectMFVec3dObject. setValue(SFVec3dObject newValue)Assign a single-field SFVec3dObject as new array value.SFVec3dObjectSFVec3dObject. setValue(SFVec3dObject newValue)Apply an SFVec3dObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFVec3dObject Constructor Description MFVec3dObject(SFVec3dObject newValue)Utility constructor for MFVec3dObject to assign a single SFVec3dObject as new initial value.SFVec3dObject(SFVec3dObject newValue)Constructor to copy an SFVec3dObject value as initial value for this new field object. -
Uses of SFVec3dObject in org.web3d.x3d.jsail.Geospatial
Methods in org.web3d.x3d.jsail.Geospatial with parameters of type SFVec3dObject Modifier and Type Method Description GeoPositionInterpolatorObjectGeoPositionInterpolatorObject. addKeyValue(SFVec3dObject newValue)Add singleton SFVec3dObject value to MFVec3d keyValue field.GeoCoordinateObjectGeoCoordinateObject. addPoint(SFVec3dObject newValue)Add singleton SFVec3dObject value to MFVec3d point field.GeoLODObjectGeoLODObject. setCenter(SFVec3dObject newValue)Assign typed object value to SFVec3d center field, similar toGeoLODObject.setCenter(double[]).GeoProximitySensorObjectGeoProximitySensorObject. setCenter(SFVec3dObject newValue)Assign typed object value to SFVec3d center field, similar toGeoProximitySensorObject.setCenter(double[]).GeoViewpointObjectGeoViewpointObject. setCenterOfRotation(SFVec3dObject newValue)Assign typed object value to SFVec3d centerOfRotation field, similar toGeoViewpointObject.setCenterOfRotation(double[]).GeoProximitySensorObjectGeoProximitySensorObject. setGeoCenter(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCenter field, similar toGeoProximitySensorObject.setGeoCenter(double[]).GeoTransformObjectGeoTransformObject. setGeoCenter(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCenter field, similar toGeoTransformObject.setGeoCenter(double[]).GeoLocationObjectGeoLocationObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toGeoLocationObject.setGeoCoords(double[]).GeoOriginObjectGeoOriginObject. setGeoCoords(SFVec3dObject newValue)Assign typed object value to SFVec3d geoCoords field, similar toGeoOriginObject.setGeoCoords(double[]).GeoElevationGridObjectGeoElevationGridObject. setGeoGridOrigin(SFVec3dObject newValue)Assign typed object value to SFVec3d geoGridOrigin field, similar toGeoElevationGridObject.setGeoGridOrigin(double[]).GeoViewpointObjectGeoViewpointObject. setPosition(SFVec3dObject newValue)Assign typed object value to SFVec3d position field, similar toGeoViewpointObject.setPosition(double[]). -
Uses of SFVec3dObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS with parameters of type SFVec3dObject Modifier and Type Method Description CoordinateDoubleObjectCoordinateDoubleObject. addPoint(SFVec3dObject newValue)Add singleton SFVec3dObject value to MFVec3d point field.