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 ComputeCircle 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 ComputeCircle |
![]() | 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 ComputeCircle |
![]() | 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 ComputeEllipse 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 ComputeEllipse |
![]() | 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 ComputeEllipse |
![]() | 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 ComputeSector 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 ComputeSector |
![]() | 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 ComputeSector |
![]() | Computes boundary positions for a sector on the specified centralBody. |