Transforms verb array, Point array, and weight by matrix. transform may change verbs and increase their number. Path is replaced by transformed data. @param matrix matrix to apply to Path @return this
(Matrix33 matrix)
| 1649 | * @return this |
| 1650 | */ |
| 1651 | public Path transform(Matrix33 matrix) { |
| 1652 | return transform(matrix, null, true); |
| 1653 | } |
| 1654 | |
| 1655 | /** |
| 1656 | * Transforms verb array, Point array, and weight by matrix. |
no test coverage detected