Vector4.fromJson(Map<String, dynamic> json) { x = json['x']; y = json['y']; z = json['z']; w = json['w']; }