Click or drag to resize

SurfaceShapesComputeCircle Method (CentralBody, Cartesian, Double)

Computes boundary positions for a circle on the specified centralBody with the specified center and radius. This is equivalent to calling ComputeCircle(CentralBody, Cartesian, Double, Double) with 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 SurfaceShapesResult ComputeCircle(
	CentralBody centralBody,
	Cartesian center,
	double radius
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body to compute the circle on.
center
Type: AGI.Foundation.CoordinatesCartesian
The center of the circle, in the centralBody's fixed reference frame.
radius
Type: SystemDouble
The radius of the circle, in meters.

Return Value

Type: SurfaceShapesResult
A SurfaceShapesResult object representing the boundary of the circle, in the centralBody's fixed reference frame.
Remarks
See Also