Vector2 get yx => Vector2(_v3storage[1], _v3storage[0]);
@override set yx(Vector2 arg) { throw UnsupportedError('Cannot modify an unmodifiable Vector3'); }