transform method
Returns a copy of the path with all the segments of every subpath transformed by the given matrix.
Implementation
Path transform(Float64List matrix4) {
assert(_matrix4IsValid(matrix4));
return _transform(matrix4);
}
Returns a copy of the path with all the segments of every subpath transformed by the given matrix.
Path transform(Float64List matrix4) {
assert(_matrix4IsValid(matrix4));
return _transform(matrix4);
}