 | 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
Syntaxpublic 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
)
Public Shared Sub Project3D (
pj As CPJ,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
Public Shared Sub Project3D (
pj As CPJ,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
)
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
)
static member Project3D :
pj : CPJ *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
static member Project3D :
pj : CPJ *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> unit
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
RemarksThis function is equivalent to ConvertVV3_PJ.
See Also