Computes boundary positions for a circle on the specified centralBody with the specified center, radius and granularity.
[Visual Basic .NET] |
---|
Public Function ComputeCircleWithGranularity( _ ByVal CentralBody As String, _ ByRef Center As System.Array, _ ByVal Radius As Double, _ ByVal Granularity As Double _ ) As IAgStkGraphicsSurfaceShapesResult |
[C#] |
---|
public IAgStkGraphicsSurfaceShapesResult ComputeCircleWithGranularity( |
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeCircleWithGranularity( |
[Java] |
---|
public IAgStkGraphicsSurfaceShapesResult computeCircleWithGranularity( |
[Unmanaged C++] |
---|
public: HRESULT ComputeCircleWithGranularity( |
- CentralBody
- The central body to compute the circle on.
- Center
- An array containing the center of the circle (in the order x, y, z), in the centralBody's fixed reference frame.
- Radius
- The radius of the circle, in meters.
- Granularity
- The angular separation, in radians, of positions along the boundary.
Shows the format of the Center parameter when computing a circle.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the Center parameter when computing a circle.
[Visual Basic .NET] | ![]() | |
---|---|---|
|