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