MatrixDecomposedValues constructor

MatrixDecomposedValues(
  1. Offset translation,
  2. double scale,
  3. double rotation
)

Implementation

MatrixDecomposedValues(this.translation, this.scale, this.rotation);