Quaternion&& GetInverse() const { return Quaternion( GetConjugate() / GetSquaredMagnitude() ); }
I wanna know what will be returned, a