Matrix3 constructor

Matrix3()

Implementation

Matrix3(){
  storage = Float32List.fromList([0, 0, 0, 0, 0, 0, 0, 0, 0]);
}