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 SFVec3dObject
fieldObject. getValueSFVec3d()
If type matches, then get typed value of a SFVec3d field declaration.SFVec3dObject
fieldValueObject. 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 fieldObject
fieldObject. appendValue(SFVec3dObject newValue)
Append SFVec3dObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(SFVec3dObject newValue)
Append SFVec3dObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(SFVec3dObject newValue)
Set typed value of a SFVec3d field declaration.fieldValueObject
fieldValueObject. 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 EspduTransformObject
EspduTransformObject. setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar toEspduTransformObject.setGeoCoords(double[])
.ReceiverPduObject
ReceiverPduObject. setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar toReceiverPduObject.setGeoCoords(double[])
.SignalPduObject
SignalPduObject. setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar toSignalPduObject.setGeoCoords(double[])
.TransmitterPduObject
TransmitterPduObject. 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 SFVec3dObject
SFVec3dObject. multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.SFVec3dObject
SFVec3dObject. normalize()
Utility method to normalize this vector value to unit length, ignore if zero length.SFVec3dObject
SFVec3dObject. setValue(double x, double y, double z)
Assign a new value to this field.SFVec3dObject
SFVec3dObject. setValue(float[] newValue)
Constructor for SFVec3dObject using a corresponding Java primitive float[] array as new initial value.SFVec3dObject
SFVec3dObject. setValue(SFVec3dObject newValue)
Apply an SFVec3dObject value to this field.SFVec3dObject
SFVec3dObject. setValueArray(double[] newValue)
Assign a new array value to this field, pipelined.SFVec3dObject
SFVec3dObject. 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 MFVec3dObject
MFVec3dObject. append(SFVec3dObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.boolean
SFVec3dObject. equals(SFVec3dObject comparisonSFVec3dObject)
Determine whether two objects contain equal values.MFVec3dObject
MFVec3dObject. setValue(SFVec3dObject newValue)
Assign a single-field SFVec3dObject as new array value.SFVec3dObject
SFVec3dObject. 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 GeoPositionInterpolatorObject
GeoPositionInterpolatorObject. addKeyValue(SFVec3dObject newValue)
Add singleton SFVec3dObject value to MFVec3d keyValue field.GeoCoordinateObject
GeoCoordinateObject. addPoint(SFVec3dObject newValue)
Add singleton SFVec3dObject value to MFVec3d point field.GeoLODObject
GeoLODObject. setCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d center field, similar toGeoLODObject.setCenter(double[])
.GeoProximitySensorObject
GeoProximitySensorObject. setCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d center field, similar toGeoProximitySensorObject.setCenter(double[])
.GeoViewpointObject
GeoViewpointObject. setCenterOfRotation(SFVec3dObject newValue)
Assign typed object value to SFVec3d centerOfRotation field, similar toGeoViewpointObject.setCenterOfRotation(double[])
.GeoProximitySensorObject
GeoProximitySensorObject. setGeoCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCenter field, similar toGeoProximitySensorObject.setGeoCenter(double[])
.GeoTransformObject
GeoTransformObject. setGeoCenter(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCenter field, similar toGeoTransformObject.setGeoCenter(double[])
.GeoLocationObject
GeoLocationObject. setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar toGeoLocationObject.setGeoCoords(double[])
.GeoOriginObject
GeoOriginObject. setGeoCoords(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoCoords field, similar toGeoOriginObject.setGeoCoords(double[])
.GeoElevationGridObject
GeoElevationGridObject. setGeoGridOrigin(SFVec3dObject newValue)
Assign typed object value to SFVec3d geoGridOrigin field, similar toGeoElevationGridObject.setGeoGridOrigin(double[])
.GeoViewpointObject
GeoViewpointObject. 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 CoordinateDoubleObject
CoordinateDoubleObject. addPoint(SFVec3dObject newValue)
Add singleton SFVec3dObject value to MFVec3d point field.