double get x => _v3storage[0];
@override set x(double x) { throw UnsupportedError('Cannot modify an unmodifiable Vector3'); }