Computes boundary positions for an ellipse on
the specified centralBody.
[Visual Basic .NET] |
---|
Public Function ComputeEllipseWithGranularity( _
ByVal CentralBody As String, _
ByRef Center As System.Array, _
ByVal MajorAxisRadius As Double, _
ByVal MinorAxisRadius As Double, _
ByVal Bearing As Double, _
ByVal Granularity As Double _
) As IAgStkGraphicsSurfaceShapesResult
|
[C#] |
---|
public IAgStkGraphicsSurfaceShapesResult ComputeEllipseWithGranularity(
|
[Managed C++] |
---|
public: IAgStkGraphicsSurfaceShapesResult^ ComputeEllipseWithGranularity(
|
[Java] |
---|
public IAgStkGraphicsSurfaceShapesResult computeEllipseWithGranularity(
|
[Unmanaged C++] |
---|
public: HRESULT ComputeEllipseWithGranularity(
|
- CentralBody
- The central body to compute the ellipse on.
- Center
- An array containing the center of the ellipse (in the order x, y, z), in the centralBody's fixed reference frame.
- MajorAxisRadius
- The radius of the ellipse's major axis, in meters.
- MinorAxisRadius
- The radius of the ellipse's minor axis, in meters.
- Bearing
- An angle, in radians, measured clockwise from north.
- Granularity
- The angular separation, in radians, of positions along the boundary.
Shows the format of
the Center parameter when computing an ellipse.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Center parameter when computing an ellipse.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|