FifeGUI 0.2.0
A C++ GUI library designed for games.
fcn::Point Member List

This is the complete list of members for fcn::Point, including all inherited members.

length() constfcn::Pointinline
normalize()fcn::Pointinline
operator!=(Point const &p) constfcn::Pointinline
operator*(int const &i) constfcn::Pointinline
operator+(Point const &p) constfcn::Pointinline
operator+=(Point const &p)fcn::Pointinline
operator-(Point const &p) constfcn::Pointinline
operator-=(Point const &p)fcn::Pointinline
operator/(int const &i) constfcn::Pointinline
operator<<(std::ostream &os, Point const &p)fcn::Pointfriend
operator=(Point const &rhs)fcn::Pointinline
operator=(Point &&rhs) noexceptfcn::Pointinline
operator==(Point const &p) constfcn::Pointinline
operator[](int ind)fcn::Pointinline
Point(int _x=0, int _y=0)fcn::Pointinlineexplicit
Point(Point const &rhs)fcn::Pointinline
Point(Point &&rhs) noexceptfcn::Pointinline
rotate(double angle)fcn::Pointinline
rotate(Point const &origin, int angle)fcn::Pointinline
rotated(int angle) constfcn::Pointinline
set(int _x, int _y)fcn::Pointinline
val (defined in fcn::Point)fcn::Point
x (defined in fcn::Point)fcn::Point
y (defined in fcn::Point)fcn::Point