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++.
Loading...
Searching...
No Matches
asw::Vec3< T > Member List

This is the complete list of members for asw::Vec3< T >, including all inherited members.

angle(const Vec3 &other) constasw::Vec3< T >inline
cross(const Vec3 &other) constasw::Vec3< T >inline
distance(const Vec3 &other) constasw::Vec3< T >inline
dot(const Vec3 &other) constasw::Vec3< T >inline
magnitude() constasw::Vec3< T >inline
operator!=(const Vec3 &other) constasw::Vec3< T >inline
operator*(const T scalar) constasw::Vec3< T >inline
operator*=(const T scalar)asw::Vec3< T >inline
operator+(const Vec3 &other) constasw::Vec3< T >inline
operator+=(const Vec3 &other)asw::Vec3< T >inline
operator-(const Vec3 &other) constasw::Vec3< T >inline
operator-=(const Vec3 &other)asw::Vec3< T >inline
operator/(const T scalar) constasw::Vec3< T >inline
operator/=(const T scalar)asw::Vec3< T >inline
operator==(const Vec3 &other) constasw::Vec3< T >inline
Vec3()asw::Vec3< T >inline
Vec3(T x, T y, T z)asw::Vec3< T >inline
xasw::Vec3< T >
yasw::Vec3< T >
zasw::Vec3< T >