cloneTranslated Method
Return a copy, translated by adding shift components in all directions.
cloneTranslated(shift: XAndY, result?: this): this
@note The translation of a null range is also a null range.
| Parameter | Type | Description |
|---|---|---|
| shift | XAndY | |
| result | this |
Returns - this
Defined in
- geometry3d/Range.ts Line 1555
Last Updated: 16 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.