tryTransformInPlace Method
Transform the chain in place.
- Does NOT recompute the distance index.
- For best results, use a rigid transform. Otherwise, it is better to call cloneTransformed so that the distance index is recomputed.
tryTransformInPlace(transform: Transform): boolean
| Parameter | Type | Description |
|---|---|---|
| transform | Transform |
Returns - boolean
Defined in
- curve/CurveChainWithDistanceIndex.ts Line 662
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.