transform abstract method

Path transform(
  1. Float64List matrix4
)

Returns a copy of the path with all the segments of every sub-path transformed by the given matrix.

Implementation

Path transform(Float64List matrix4);