Click or drag to resize

AzimuthElevationMask Constructor (CentralBody, Cartographic)

Initializes a new instance centered at the specified planetodetic position on the specified central body.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AzimuthElevationMask(
	CentralBody centralBody,
	Cartographic position
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body on which the mask is defined.
position
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic position at the center of the mask.
See Also