| Parameter | Description |
|---|---|
| transform | The geometry to transform with. |
PolygonGeometry The inverse-transformed geometry.
Inverse-Transform the geometry.
| Parameter | Description |
|---|---|
| transform | The transform to be used on the geometry. |
| scaleRadius | Whether to scale the radius of the shape. |
PolygonGeometry The inverse-transformed geometry.
Inverse-Transform the geometry. The maximum (minimum in the inverse) absolute value component from the scale will be used to scale the PolygonGeometry.radius.
| Parameter | Description |
|---|---|
| geometry | The geometry to inverse-transform in place. |
| transform | The transform to apply. |
Inverse-Transform a batch of geometry in place. A transform that degenerates the geometry hull writes an invalid (zero-vertex) polygon in its place.
| Parameter | Description |
|---|---|
| geometry | The geometry to inverse-transform in place. |
| transform | The transform to apply. |
| scaleRadius | Whether to scale the radius of the shape. |
Inverse-Transform a batch of geometry in place. The minimum absolute value component from the inverted scale will be used to scale each PolygonGeometry.radius. A transform that degenerates the geometry hull writes an invalid (zero-vertex) polygon in its place.