Matrix3.copy constructor
      
      Matrix3.copy(
    
- Matrix3 other
 
Copes values from other.
Implementation
factory Matrix3.copy(Matrix3 other) => Matrix3.zero()..setFrom(other);
Copes values from other.
factory Matrix3.copy(Matrix3 other) => Matrix3.zero()..setFrom(other);