Click or drag to resize

CVVUOffsetCorrect2 Method

Same as OffsetCorrect_VVU, but for an arbitrary offset angle.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void OffsetCorrect2(
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	CVV vv_xo,
	CVV vv_yo
)

public static void OffsetCorrect2(
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	CVV vv_xo,
	CVV vv_yo
)

Parameters

vv_xi
Type: GeoEngine.Core.GXNetCVV
Input X
vv_yi
Type: GeoEngine.Core.GXNetCVV
Input Y
dist
Type: SystemDouble
Offset distance
azimuth
Type: SystemDouble
Offset azimuth (degrees counter-clockwise from straight ahead)
vv_xo
Type: GeoEngine.Core.GXNetCVV
Output X
vv_yo
Type: GeoEngine.Core.GXNetCVV
Output Y
See Also