Computes boundary positions for shapes on the
surface such as circles, ellipses, and sectors.
![]() |
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. |
![]() |
For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Circle |
![]() |
For convenience. Computes boundary positions for a circle on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Circle |
![]() |
Computes boundary positions for a circle on the specified centralBody with the specified center, radius and granularity. |
![]() |
Computes boundary positions
for an ellipse on the specified centralBody This is equivalent to
calling Compute
Ellipse with a granularity of 1 degree. |
![]() |
For convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Ellipse |
![]() |
For convenience. Computes boundary positions for an ellipse on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Ellipse |
![]() |
Computes boundary positions for an ellipse on the specified centralBody. |
![]() |
Computes boundary positions
for a sector on the specified centralBody This is equivalent to
calling Compute
Sector with a granularity of 1 degree. |
![]() |
For convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Sector |
![]() |
For convenience. Computes boundary positions for a sector on the specified centralBody using a Cartographic center. Longitude and latitude are in radians, and altitude is in meters. This is equivalent to converting center to Cartesian and calling Compute Sector |
![]() |
Computes boundary positions for a sector on the specified centralBody. |