Vector4D.qIdentity constructor

Vector4D.qIdentity()

Implementation

factory Vector4D.qIdentity() => .vec4(0.0, 0.0, 0.0, 1.0);