|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
constexpr Quaternion< T > | jau::math::operator* (const Quaternion< T > &lhs, const Quaternion< T > &rhs) noexcept |
|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
constexpr Quaternion< T > | jau::math::operator* (const Quaternion< T > &lhs, const T s) noexcept |
|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
constexpr Quaternion< T > | jau::math::operator* (const T s, const Quaternion< T > &rhs) noexcept |
|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
constexpr Quaternion< T > | jau::math::operator+ (const Quaternion< T > &lhs, const Quaternion< T > &rhs) noexcept |
|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
constexpr Quaternion< T > | jau::math::operator- (const Quaternion< T > &lhs, const Quaternion< T > &rhs) noexcept |
|
template<typename T , std::enable_if_t< std::is_floating_point_v< T >, bool > = true> |
std::ostream & | jau::math::operator<< (std::ostream &out, const Quaternion< T > &v) noexcept |
|