Class Point2i

Class Documentation

class Point2i

Point2i class, an integer 2d point.

Public Functions

inline Point2i()

Constructor for Point2i class.

inline Point2i(int _x, int _y)

Constructor for Point2i class.

Parameters:
  • _x – x value

  • _y – y value

inline bool operator==(const Point2i &other)
inline bool operator!=(const Point2i &other)

Public Members

int x
int y