tryTransformInPlace Method
Attempt to transform in place.
- Warning: If any child transform fails, thisobject becomes invalid but that should never happen.
tryTransformInPlace(transform: Transform): boolean
@returns true if all of child transforms succeed and false otherwise.
| Parameter | Type | Description | 
|---|---|---|
| transform | Transform | the transform to be applied. | 
Returns - boolean
true if all of child transforms succeed and false otherwise.
Defined in
- curve/CurveChainWithDistanceIndex.ts Line 664
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.