| Parameter | Description |
|---|---|
| transform | The transform used to specify where the geometry is positioned. |
PolygonGeometry The transformed geometry.
Transform the specified geometry.
| Parameter | Description |
|---|---|
| transform | The transform used to specify where the geometry is positioned. |
| scaleRadius | Whether to scale the radius of the shape. |
PolygonGeometry The transformed geometry.
Transform the specified geometry. The maximum absolute value component from the scale will be used to scale the PolygonGeometry.radius.
| Parameter | Description |
|---|---|
| geometry | The geometry to transform in place. |
| transform | The transform to apply. |
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 transform in place. |
| transform | The transform to apply. |
| scaleRadius | Whether to scale the radius of the shape. |
Transform a batch of geometry in place. The maximum absolute value component from the 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.