Matrix4.zero constructor

Matrix4.zero()

Zero matrix.

Implementation

Matrix4.zero() : _m4storage = Float32List(16);