Matrix3D.fromIdentity()

Source

Matrix3D.fromIdentity() {
  this.setIdentity();
}