SurfaceShapes.ComputeEllipseCartographic Method (CentralBody, Cartographic, Double, Double, Double) |
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 SurfaceShapesResult ComputeEllipseCartographic(
CentralBody centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing
)
Public Shared Function ComputeEllipseCartographic (
centralBody As CentralBody,
center As Cartographic,
majorAxisRadius As Double,
minorAxisRadius As Double,
bearing As Double
) As SurfaceShapesResult
public:
static SurfaceShapesResult^ ComputeEllipseCartographic(
CentralBody^ centralBody,
Cartographic center,
double majorAxisRadius,
double minorAxisRadius,
double bearing
)
static member ComputeEllipseCartographic :
centralBody : CentralBody *
center : Cartographic *
majorAxisRadius : float *
minorAxisRadius : float *
bearing : float -> SurfaceShapesResult
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
The central body to compute the ellipse on. - center
- Type: AGI.Foundation.Coordinates.Cartographic
The center of the ellipse, in the centralBody's fixed reference frame. - majorAxisRadius
- Type: System.Double
The radius of the ellipse's major axis, in meters. - minorAxisRadius
- Type: System.Double
The radius of the ellipse's minor axis, in meters. - bearing
- Type: System.Double
An angle, in radians, measured clockwise from north.
Return Value
Type:
SurfaceShapesResultA
SurfaceShapesResult object representing the boundary of the ellipse, in the
centralBody's fixed reference frame.
Remarks
See Also