 | CIPJConvertOrientationWarpVV Method |
Convert X,Y and Z VVs using the orientation warp from an IPJ.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ConvertOrientationWarpVV(
CVV vv_x,
CVV vv_y,
CVV vv_z,
int f_forward
)
public void ConvertOrientationWarpVV(
CVV vv_x,
CVV vv_y,
CVV vv_z,
int f_forward
)
Public Sub ConvertOrientationWarpVV (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
f_forward As Integer
)
Public Sub ConvertOrientationWarpVV (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
f_forward As Integer
)
public:
void ConvertOrientationWarpVV(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int f_forward
)
public:
void ConvertOrientationWarpVV(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z,
int f_forward
)
member ConvertOrientationWarpVV :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
f_forward : int -> unit
member ConvertOrientationWarpVV :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
f_forward : int -> unit
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetXCVV
X VV coordinates converted on output - vv_y
- Type: GeoEngine.Core.GXNetXCVV
Y VV coordinates converted on output - vv_z
- Type: GeoEngine.Core.GXNetXCVV
Z VV coordinates converted on output - f_forward
- Type: SystemInt32
1 - Forward (raw -> coordinate) , 0 - (coordinate -> raw)
See Also