Parameter | Description |
---|---|
segment | The curve segment to transform |
translation | The translation to apply on the curve segment |
rotation | The rotation to apply on the curve segment |
scaling | The scaling to apply on the curve segment |
BezierSegment The transformed curve segment
Transforms a curve segment by a translation, rotation and scaling.
Parameter | Description |
---|---|
segment | The curve segment to transform |
matrix | The transformation matrix to apply on the curve segment |
BezierSegment The transformed curve segment
Transforms a curve segment by a transformation matrix.