Vector4.zero constructor

Vector4.zero()

Construct empty Vector4.

Implementation

Vector4.zero() : this.all(0);