After #465, CesiumCartographicPolygon was incorrectly calling LongitudeLatitudeHeightToCenteredFixed when attempting to transform ECEF to Longitude/Latitude/Height. That is, it was transforming in the wrong direction. This made the vertex positions in the polygon incorrect, breaking the polygon functionality completely.
After #465,
CesiumCartographicPolygon
was incorrectly callingLongitudeLatitudeHeightToCenteredFixed
when attempting to transform ECEF to Longitude/Latitude/Height. That is, it was transforming in the wrong direction. This made the vertex positions in the polygon incorrect, breaking the polygon functionality completely.Reported here: https://community.cesium.com/t/cesiumpolygonrasteroverlay-can-not-clip-vectortilemap-in-v1-11/34093