Click or drag to resize

CVVProject3D Method

This method projects an X,Y,Z VV.

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

public static void Project3D(
	CPJ pj,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

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