Computes boundary positions for shapes on the surface such as circles, ellipses, and sectors.
ComputeCircle | Computes boundary positions for a circle on the specified centralBody with the specified center and radius. This is equivalent to calling Compute Circle with a granularity of 1 degree. |
ComputeCircleCartographic | For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Circle. |
ComputeCircleCartographicWithGranularity | For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Circle. |
ComputeCircleWithGranularity | Computes boundary positions for a circle on the specified centralBody with the specified center, radius and granularity. |
ComputeEllipse | Computes boundary positions for an ellipse on the specified centralBody. This is equivalent to calling Compute Ellipse with a granularity of 1 degree. |
ComputeEllipseCartographic | For convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Ellipse. |
ComputeEllipseCartographicWithGranularity | For convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Ellipse. |
ComputeEllipseWithGranularity | Computes boundary positions for an ellipse on the specified centralBody. |
ComputeSector | Computes boundary positions for a sector on the specified centralBody. This is equivalent to calling Compute Sector with a granularity of 1 degree. |
ComputeSectorCartographic | For convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Sector. |
ComputeSectorCartographicWithGranularity | For convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. This is equivalent to converting center to Cartesian and calling Compute Sector. |
ComputeSectorWithGranularity | Computes boundary positions for a sector on the specified centralBody. |