Click or drag to resize

SurfaceExtentTriangulatorCompute Method (CentralBody, CartographicExtent)

Computes a triangulation on the specified centralBody for the specified extent. This is equivalent to calling Compute(CentralBody, CartographicExtent, Double, Double) with an altitude of 0 and a granularity of 1 degree.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static SurfaceTriangulatorResult Compute(
	CentralBody centralBody,
	CartographicExtent extent
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body to compute the triangulation on.
extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The extent, in radians, to compute the triangulation for.

Return Value

Type: SurfaceTriangulatorResult
A SurfaceTriangulatorResult object representing the triangulation.
Remarks
See Also