Drawing Rounded Polygons and arcs

Apart from the geometric shapes included in the cesium tutorials I want to draw rounded polygons (Polygons with rounded corner). Though there is a corner property for poly lines It is not work for polygons.

As well I want to draw arcs by giving center, radius, start and end points.

Does cesium provide functionalities for above ?

Hi there,

You can use parametric functions to draw curves, arcs, and other rounded shapes.

For example, here’s a thread on drawing satellite trajectories.

Thanks,

Gabby