SurfaceShapesComputeEllipseCartographic Method (CentralBody, Cartographic, Double, Double, Double, Double) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SurfaceShapesResult ComputeEllipseCartographic(
CentralBody centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
Public Shared Function ComputeEllipseCartographic (
centralBody As CentralBody,
center As Cartographic,
majorAxisRadius As Double,
minorAxisRadius As Double,
bearing As Double,
granularity As Double
) As SurfaceShapesResult
public:
static SurfaceShapesResult^ ComputeEllipseCartographic(
CentralBody^ centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
static member ComputeEllipseCartographic :
centralBody : CentralBody *
center : Cartographic *
majorAxisRadius : float *
minorAxisRadius : float *
bearing : float *
granularity : float -> SurfaceShapesResult
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body to compute the ellipse on. - center
- Type: AGI.Foundation.CoordinatesCartographic
The center of the ellipse, in the centralBody's fixed reference frame. - majorAxisRadius
- Type: SystemDouble
The radius of the ellipse's major axis, in meters. - minorAxisRadius
- Type: SystemDouble
The radius of the ellipse's minor axis, in meters. - bearing
- Type: SystemDouble
An angle, in radians, measured clockwise from north. - granularity
- Type: SystemDouble
The angular separation, in radians, of positions along the boundary.
Return Value
Type:
SurfaceShapesResultA
SurfaceShapesResult object representing the boundary of the ellipse, in the
centralBody's fixed reference frame.
Remarks See Also