Vector4.identity({double x = 0, double y = 0, double z = 0, double w = 1}){ storage = Float32List(4); this.x = x; this.y = y; this.z = z; this.w = w; }