Matrix3.identity constructor

Matrix3.identity()

Identity matrix.

Implementation

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