Matrix3D.fromZero constructor

Matrix3D.fromZero()

Implementation

Matrix3D.fromZero() {
  setZero();
}