cloneTransformed Method
Clone the box and immediately apply transform to the local frame of the clone.
- Note that this may make the frame nonrigid.
- This fails if the transformation is singular.
cloneTransformed(transform: Transform): Box | undefined
| Parameter | Type | Description |
|---|---|---|
| transform | Transform |
Returns - Box | undefined
Defined in
- solid/Box.ts Line 87
Last Updated: 04 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.