Ellipse.transform

Ellipse.transform(T)[source]

Transform the local coordinate system of the curve.

Parameters:
Tcompas.geometry.Transformation | list[list[float]]

The transformation.

Returns:
None

The (local coordinate system of the) curve is modified in-place.

Notes

Transformations of frames are limited to rotations and translations. All other transformations have no effect. See transform() for more info.