Boost QVM

operator*(v,s)

#include <boost/qvm/v.hpp>

namespace boost
{
    namespace qvm
    {
        //Only enabled if: is_v<A>::value
        template <class A>
        typename deduce_v<A>::type
        operator*( A const & a, v_traits<A>::scalar_type s );
    }
}

Returns:

A vector that is the result of multiplying the vector a by the scalar s.


See also: boost/qvm/v.hpp