Click or drag to resize

CVVProject Method

This method projects an X and Y VV.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Project(
	CPJ pj,
	CVV vv_x,
	CVV vv_y
)

public static void Project(
	CPJ pj,
	CVV vv_x,
	CVV vv_y
)

Parameters

pj
Type: GeoEngine.Core.GXNetCPJ
vv_x
Type: GeoEngine.Core.GXNetCVV
X
vv_y
Type: GeoEngine.Core.GXNetCVV
Y
Remarks
This function is equivalent to ConvertVV_PJ.
See Also