 | C3DNGetPointOfView Method |
Get location of the point we are looking from
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetPointOfView(
ref double distance,
ref double declination,
ref double inclination
)
public void GetPointOfView(
ref double distance,
ref double declination,
ref double inclination
)
Public Sub GetPointOfView (
ByRef distance As Double,
ByRef declination As Double,
ByRef inclination As Double
)
Public Sub GetPointOfView (
ByRef distance As Double,
ByRef declination As Double,
ByRef inclination As Double
)
public:
void GetPointOfView(
double% distance,
double% declination,
double% inclination
)
public:
void GetPointOfView(
double% distance,
double% declination,
double% inclination
)
member GetPointOfView :
distance : float byref *
declination : float byref *
inclination : float byref -> unit
member GetPointOfView :
distance : float byref *
declination : float byref *
inclination : float byref -> unit
Parameters
- distance
- Type: SystemDouble
Distance from center relative to longest grid dimension (which is 1.0) - declination
- Type: SystemDouble
Declination, 0 to 360 CW from Y - inclination
- Type: SystemDouble
Inclination, -90 to +90
See Also