#include <boost/qvm/q.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if: is_q<A>::value
template <class A>
typename q_traits<A>::scalar_type
mag2( A const & a );
}
}
The squared magnitude of the quaternion a.