|
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::Vec2< T >, including all inherited members.
| angle(const Vec2 &other) const | asw::Vec2< T > | inline |
| angle() const | asw::Vec2< T > | inline |
| cross(const Vec2 &other) const | asw::Vec2< T > | inline |
| distance(const Vec2 &other) const | asw::Vec2< T > | inline |
| dot(const Vec2 &other) const | asw::Vec2< T > | inline |
| magnitude() const | asw::Vec2< T > | inline |
| operator!=(const Vec2 &other) const | asw::Vec2< T > | inline |
| operator*(const T scalar) const | asw::Vec2< T > | inline |
| operator*=(const T scalar) | asw::Vec2< T > | inline |
| operator+(const Vec2 &other) const | asw::Vec2< T > | inline |
| operator+=(const Vec2 &other) | asw::Vec2< T > | inline |
| operator-(const Vec2 &other) const | asw::Vec2< T > | inline |
| operator-=(const Vec2 &other) | asw::Vec2< T > | inline |
| operator/(const T scalar) const | asw::Vec2< T > | inline |
| operator/=(const T scalar) | asw::Vec2< T > | inline |
| operator==(const Vec2 &other) const | asw::Vec2< T > | inline |
| Vec2() | asw::Vec2< T > | inline |
| Vec2(T x, T y) | asw::Vec2< T > | inline |
| x | asw::Vec2< T > | |
| y | asw::Vec2< T > |