Matrix2.identity constructor

Matrix2.identity()

Identity matrix.

Implementation

factory Matrix2.identity() => Matrix2.zero()..setIdentity();