Go to the documentation of this file.
40 namespace ost {
namespace img {
52 explicit Point(
int a);
56 Point(
int a,
int b,
int c);
58 explicit Point(
const Vec2& v);
61 explicit Point(
const Vec3& v);
64 explicit Point(
const Vec4& v);
73 int operator[](
unsigned int index)
const;
75 int& operator[](
unsigned int index);
89 bool operator<(
const Point &p)
const;
91 bool operator<=(
const Point &p)
const;
93 bool operator>(
const Point &p)
const;
95 bool operator>=(
const Point &p)
const;
109 bool equal(
const Point &p)
const;
110 bool less(
const Point &p)
const;
115 Point absolute()
const;