SurfaceExtentTriangulator.Compute Method (CentralBody, CartographicExtent) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static SurfaceTriangulatorResult Compute(
CentralBody centralBody,
CartographicExtent extent
)
Public Shared Function Compute (
centralBody As CentralBody,
extent As CartographicExtent
) As SurfaceTriangulatorResult
public:
static SurfaceTriangulatorResult^ Compute(
CentralBody^ centralBody,
CartographicExtent^ extent
)
static member Compute :
centralBody : CentralBody *
extent : CartographicExtent -> SurfaceTriangulatorResult
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body to compute the triangulation on. - extent
- Type: AGI.Foundation.Coordinates.CartographicExtent
The extent, in radians, to compute the triangulation for.
Return Value
Type:
SurfaceTriangulatorResultA
SurfaceTriangulatorResult object representing the triangulation.
Remarks
See Also