Go to the source code of this file.
|
template<class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
constexpr Vector3 | impeller::operator* (U s, const Vector3 &p) |
|
template<class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
constexpr Vector3 | impeller::operator+ (U s, const Vector3 &p) |
|
template<class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
constexpr Vector3 | impeller::operator- (U s, const Vector3 &p) |
|
template<class U , class = std::enable_if_t<std::is_arithmetic_v<U>>> |
constexpr Vector3 | impeller::operator/ (U s, const Vector3 &p) |
|
std::ostream & | std::operator<< (std::ostream &out, const impeller::Vector3 &p) |
|
std::ostream & | std::operator<< (std::ostream &out, const impeller::Vector4 &p) |
|