transformedWithMatrix2 method

RoundedPolygon transformedWithMatrix2(
  1. Matrix2 matrix
)

Implementation

RoundedPolygon transformedWithMatrix2(Matrix2 matrix) =>
    _transformed2(matrix.storage);