Click or drag to resize

C3DN.SetPointOfView Method

Set 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
Syntax
public void SetPointOfView(
	double distance,
	double declination,
	double inclination
)

public void SetPointOfView(
	double distance,
	double declination,
	double inclination
)

Parameters

distance
Type: System.Double
Distance from center relative to longest grid dimension (which is 1.0)
declination
Type: System.Double
Declination, 0 to 360 CW from Y
inclination
Type: System.Double
Inclination, -90 to +90
See Also