OpenVDB
9.0.1
|
This is the complete list of members for Vec3< T >, including all inherited members.
ceil() const | Vec3< T > | inline |
cross(const Vec3T &v) const | Vec3< T > | inline |
dot(const Vec3T &v) const | Vec3< T > | inline |
floor() const | Vec3< T > | inline |
length() const | Vec3< T > | inline |
lengthSqr() const | Vec3< T > | inline |
max() const | Vec3< T > | inline |
maxComponent(const Vec3 &other) | Vec3< T > | inline |
min() const | Vec3< T > | inline |
minComponent(const Vec3 &other) | Vec3< T > | inline |
normalize() | Vec3< T > | inline |
operator!=(const Vec3 &rhs) const | Vec3< T > | inline |
operator*(const Vec3 &v) const | Vec3< T > | inline |
operator*(const T &s) const | Vec3< T > | inline |
operator*=(const T &s) | Vec3< T > | inline |
operator+(const Vec3 &v) const | Vec3< T > | inline |
operator+=(const Vec3 &v) | Vec3< T > | inline |
operator-() const | Vec3< T > | inline |
operator-(const Vec3 &v) const | Vec3< T > | inline |
operator-=(const Vec3 &v) | Vec3< T > | inline |
operator/(const Vec3 &v) const | Vec3< T > | inline |
operator/(const T &s) const | Vec3< T > | inline |
operator/=(const T &s) | Vec3< T > | inline |
operator=(const Vec3T &rhs) | Vec3< T > | inline |
operator==(const Vec3 &rhs) const | Vec3< T > | inline |
operator[](int i) const | Vec3< T > | inline |
operator[](int i) | Vec3< T > | inline |
round() const | Vec3< T > | inline |
SIZE | Vec3< T > | static |
ValueType typedef | Vec3< T > | |
Vec3()=default | Vec3< T > | |
Vec3(T x) | Vec3< T > | inlineexplicit |
Vec3(T x, T y, T z) | Vec3< T > | inline |
Vec3(const Vec3< T2 > &v) | Vec3< T > | inlineexplicit |
Vec3(const Coord &ijk) | Vec3< T > | inlineexplicit |