multiplyBy method
Mutliply this matrix by other
, storing the result in this matrix.
Implementation
void multiplyBy(MutableAffine other) => _storage.multiply(other._storage);
Mutliply this matrix by other
, storing the result in this matrix.
void multiplyBy(MutableAffine other) => _storage.multiply(other._storage);