Parameter | Description |
---|---|
path | The path to transform |
translation | The translation to apply |
rotation | The rotation to apply, in radians |
scaling | The scaling to apply |
BezierPathSegment[] The transformed path
Transforms a path by a transformation matrix.
Parameter | Description |
---|---|
path | The path to transform |
matrix | The transformation matrix to apply on the curve segment |
BezierPathSegment[] The transformed path
Transforms a path by a transformation matrix.