transformedWithMatrix3 method

RoundedPolygon transformedWithMatrix3(
  1. Matrix3 matrix
)

Implementation

RoundedPolygon transformedWithMatrix3(Matrix3 matrix) =>
    _transformed3(matrix.storage);