Matrix3.zero constructor
Matrix3.zero()
Constructs a new Matrix3 filled with zeros.
Implementation
Matrix3.zero() : _m3storage = Float64List(9);
Constructs a new Matrix3 filled with zeros.
Matrix3.zero() : _m3storage = Float64List(9);