Click or drag to resize
C3DNGetPointOfView Method
Get location of the point we are looking from

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetPointOfView(
	ref double d1,
	ref double d2,
	ref double d3
)

Parameters

d1
Type: SystemDouble
Distance from center relative to longest grid dimension (which is 1.0)
d2
Type: SystemDouble
Declination, 0 to 360 CW from Y
d3
Type: SystemDouble
Inclination, -90 to +90
See Also