Vector3.zero([double x = 0, double y = 0, double z = 0]){ storage = Float32List(3); this.x = x; this.y = y; this.z = z; }