transformedWithMatrix4 method

RoundedPolygon transformedWithMatrix4(
  1. Matrix4 matrix
)

Implementation

RoundedPolygon transformedWithMatrix4(Matrix4 matrix) =>
    _transformed4(matrix.storage);