Loading...
Searching...
No Matches
Vector3.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
constexpr Vector3< T > operator/(const Vector3< T > &left, T right)
Overload of binary operator/
constexpr bool operator==(const Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator==
constexpr Vector3< T > & operator/=(Vector3< T > &left, T right)
Overload of binary operator/=
constexpr Vector3 componentWiseDiv(const Vector3 &rhs) const
Component-wise division of *this and rhs.
constexpr Vector3< T > & operator-=(Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator-=
constexpr Vector3< T > operator*(T left, const Vector3< T > &right)
Overload of binary operator*
constexpr Vector3< T > operator-(const Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator-
constexpr Vector3< T > & operator+=(Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator+=
constexpr Vector3< T > & operator*=(Vector3< T > &left, T right)
Overload of binary operator*=
constexpr Vector3< T > operator*(const Vector3< T > &left, T right)
Overload of binary operator*
constexpr Vector3 componentWiseMul(const Vector3 &rhs) const
Component-wise multiplication of *this and rhs.
constexpr bool operator!=(const Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator!=
constexpr Vector3< T > operator+(const Vector3< T > &left, const Vector3< T > &right)
Overload of binary operator+
Vector3 normalized() const
Vector with same direction but length 1 (floating-point).
constexpr Vector3< T > operator-(const Vector3< T > &left)
Overload of unary operator-
Definition AudioResource.hpp:36