scaledFor method

Matrix4 scaledFor(
  1. Offset offset
)

Implementation

Matrix4 scaledFor(Offset offset) => scaled(offset.dx, offset.dy, 1);