PrimitiveFactory.CreateEllipseBoundary Method (CentralBody, Cartesian, Double, Double, Double, Double) |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static PolylinePrimitive CreateEllipseBoundary(
CentralBody centralBody,
Cartesian center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
Public Shared Function CreateEllipseBoundary (
centralBody As CentralBody,
center As Cartesian,
majorAxisRadius As Double,
minorAxisRadius As Double,
bearing As Double,
granularity As Double
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreateEllipseBoundary(
CentralBody^ centralBody,
Cartesian center,
double majorAxisRadius,
double minorAxisRadius,
double bearing,
double granularity
)
static member CreateEllipseBoundary :
centralBody : CentralBody *
center : Cartesian *
majorAxisRadius : float *
minorAxisRadius : float *
bearing : float *
granularity : float -> PolylinePrimitive
Parameters
- centralBody
- Type: AGI.Foundation.Celestial.CentralBody
Central body to place the ellipse on - center
- Type: AGI.Foundation.Coordinates.Cartesian
Cartesian center of the ellipse - majorAxisRadius
- Type: System.Double
Major axis radius of the ellipse - minorAxisRadius
- Type: System.Double
Minor axis radius of the ellipse - bearing
- Type: System.Double
Bearing of the ellipse - granularity
- Type: System.Double
Granularity of the ellipse
Return Value
Type:
PolylinePrimitivePolylinePrimitive object shaped as an ellipse with granularity
See Also