Matrix3D.fromIdentity constructor

Matrix3D.fromIdentity()

Implementation

Matrix3D.fromIdentity() {
  setIdentity();
}