Matrix4.identity constructor

Matrix4.identity()

Identity matrix.

Implementation

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