SurfaceShapesComputeCircleCartographic Method (CentralBody, Cartographic, Double, Double) | 
  
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static SurfaceShapesResult ComputeCircleCartographic(
	CentralBody centralBody,
	Cartographic center,
	double radius,
	double granularity
)
Public Shared Function ComputeCircleCartographic ( 
	centralBody As CentralBody,
	center As Cartographic,
	radius As Double,
	granularity As Double
) As SurfaceShapesResult
public:
static SurfaceShapesResult^ ComputeCircleCartographic(
	CentralBody^ centralBody, 
	Cartographic center, 
	double radius, 
	double granularity
)
static member ComputeCircleCartographic : 
        centralBody : CentralBody * 
        center : Cartographic * 
        radius : float * 
        granularity : float -> SurfaceShapesResult 
Parameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body to compute the circle on. - center
 - Type: AGI.Foundation.CoordinatesCartographic
The center of the circle. - radius
 - Type: SystemDouble
The radius of the circle, in meters. - granularity
 - Type: SystemDouble
The angular separation, in radians, of positions along the boundary. 
Return Value
Type: 
SurfaceShapesResultA 
SurfaceShapesResult object representing the boundary of the circle, in the 
centralBody's fixed reference frame.
Remarks
See Also