#include <NuxCore/Point.h>
Constructor & Destructor Documentation
nux::Point::Point |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
nux::Point::Point |
( |
const Point & |
p | ) |
|
Member Function Documentation
void nux::Point::Get |
( |
int & |
x_, |
|
|
int & |
y_ |
|
) |
| [inline] |
bool nux::Point::operator!= |
( |
const Point & |
p | ) |
const |
Point nux::Point::operator+ |
( |
const Point & |
p | ) |
const |
Point nux::Point::operator- |
( |
const Point & |
p | ) |
const |
bool nux::Point::operator== |
( |
const Point & |
p | ) |
const |
void nux::Point::Set |
( |
int |
x_, |
|
|
int |
y_ |
|
) |
| [inline] |
Field Documentation
The documentation for this class was generated from the following file: