Axle 0.1.0
A simple, lightweight C++ game framework built on top of Raylib.
 
Loading...
Searching...
No Matches
Axle::Math::Vector2 Member List

This is the complete list of members for Axle::Math::Vector2, including all inherited members.

operator!=(const Vector2 &other) constAxle::Math::Vector2
operator*(double scalar) constAxle::Math::Vector2
operator*=(double scalar)Axle::Math::Vector2
operator+(const Vector2 &other) constAxle::Math::Vector2
operator+=(const Vector2 &other)Axle::Math::Vector2
operator-(const Vector2 &other) constAxle::Math::Vector2
operator-() constAxle::Math::Vector2
operator-=(const Vector2 &other)Axle::Math::Vector2
operator/(double scalar) constAxle::Math::Vector2
operator/=(double scalar)Axle::Math::Vector2
operator==(const Vector2 &other) constAxle::Math::Vector2
Vector2()Axle::Math::Vector2
Vector2(double x, double y)Axle::Math::Vector2
xAxle::Math::Vector2
yAxle::Math::Vector2