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::Vec2< T > Member List

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

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