Matrix4.identity constructor

Matrix4.identity()

Identity matrix.

Implementation

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