cloneTransformed MethodAbstract
Return a transformed deep clone.
- This override removes
undefinedfrom the return type of the base class. - Curve transformations always succeed, however subclasses are free to ignore certain effects of
the input transform, e.g.,
TransitionSpirals only apply the rigid part of the transform.
cloneTransformed(transform: Transform): CurvePrimitive
| Parameter | Type | Description |
|---|---|---|
| transform | Transform |
Returns - CurvePrimitive
Defined in
- curve/CurvePrimitive.ts Line 676
Last Updated: 24 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.