ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
|
This is the complete list of members for asw::Vec3< T >, including all inherited members.
angle(const Vec3 &other) const | asw::Vec3< T > | inline |
cross(const Vec3 &other) const | asw::Vec3< T > | inline |
distance(const Vec3 &other) const | asw::Vec3< T > | inline |
dot(const Vec3 &other) const | asw::Vec3< T > | inline |
magnitude() const | asw::Vec3< T > | inline |
operator!=(const Vec3 &other) const | asw::Vec3< T > | inline |
operator*(const T scalar) const | asw::Vec3< T > | inline |
operator*=(const T scalar) | asw::Vec3< T > | inline |
operator+(const Vec3 &other) const | asw::Vec3< T > | inline |
operator+=(const Vec3 &other) | asw::Vec3< T > | inline |
operator-(const Vec3 &other) const | asw::Vec3< T > | inline |
operator-=(const Vec3 &other) | asw::Vec3< T > | inline |
operator/(const T scalar) const | asw::Vec3< T > | inline |
operator/=(const T scalar) | asw::Vec3< T > | inline |
operator==(const Vec3 &other) const | asw::Vec3< T > | inline |
Vec3() | asw::Vec3< T > | inline |
Vec3(T x, T y, T z) | asw::Vec3< T > | inline |
x | asw::Vec3< T > | |
y | asw::Vec3< T > | |
z | asw::Vec3< T > |