Dragonfly 4.20
A text-based game engine
|
This is the complete list of members for df::Vector, including all inherited members.
deserialize(std::stringstream *p_ss) | df::Vector | |
getMagnitude() const | df::Vector | |
getX() const | df::Vector | |
getY() const | df::Vector | |
m_x | df::Vector | private |
m_y | df::Vector | private |
normalize() | df::Vector | |
operator!() const | df::Vector | |
operator!=(const Vector &other) const | df::Vector | |
operator+(const Vector &other) const | df::Vector | |
operator+=(const Vector &other) | df::Vector | |
operator-(const Vector &other) const | df::Vector | |
operator==(const Vector &other) const | df::Vector | |
scale(float s) | df::Vector | |
serialize(std::stringstream *p_ss) const | df::Vector | |
setX(float new_x) | df::Vector | |
setXY(float new_x, float new_y) | df::Vector | |
setY(float new_y) | df::Vector | |
toString() const | df::Vector | |
Vector(float init_x, float init_y) | df::Vector | |
Vector() | df::Vector |