 | 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
Syntaxpublic static void Project(
CPJ pj,
CVV vv_x,
CVV vv_y
)
public static void Project(
CPJ pj,
CVV vv_x,
CVV vv_y
)
Public Shared Sub Project (
pj As CPJ,
vv_x As CVV,
vv_y As CVV
)
Public Shared Sub Project (
pj As CPJ,
vv_x As CVV,
vv_y As CVV
)
public:
static void Project(
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y
)
public:
static void Project(
CPJ^ pj,
CVV^ vv_x,
CVV^ vv_y
)
static member Project :
pj : CPJ *
vv_x : CVV *
vv_y : CVV -> unit
static member Project :
pj : CPJ *
vv_x : CVV *
vv_y : CVV -> unit
Parameters
- pj
- Type: GeoEngine.Core.GXNetCPJ
- vv_x
- Type: GeoEngine.Core.GXNetCVV
X - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y
RemarksThis function is equivalent to ConvertVV_PJ.
See Also