#include <Point.h>
scv::Point::Point |
( |
void |
| ) |
|
scv::Point::Point |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
scv::Point::Point |
( |
const std::string & |
str | ) |
|
const Point scv::Point::inverse |
( |
void |
| ) |
const |
bool scv::Point::operator!= |
( |
const Point & |
rhs | ) |
const |
|
inline |
Point scv::Point::operator* |
( |
int |
w | ) |
const |
|
inline |
Point scv::Point::operator+ |
( |
int |
w | ) |
const |
|
inline |
Point scv::Point::operator+ |
( |
const Point & |
rhs | ) |
const |
|
inline |
void scv::Point::operator+= |
( |
int |
w | ) |
|
|
inline |
void scv::Point::operator+= |
( |
const Point & |
rhs | ) |
|
|
inline |
Point scv::Point::operator- |
( |
int |
w | ) |
const |
|
inline |
Point scv::Point::operator- |
( |
const Point & |
rhs | ) |
const |
|
inline |
void scv::Point::operator-= |
( |
int |
w | ) |
|
|
inline |
void scv::Point::operator-= |
( |
const Point & |
rhs | ) |
|
|
inline |
Point scv::Point::operator/ |
( |
int |
w | ) |
const |
|
inline |
bool scv::Point::operator< |
( |
const Point & |
rhs | ) |
const |
|
inline |
bool scv::Point::operator<= |
( |
const Point & |
rhs | ) |
const |
|
inline |
bool scv::Point::operator== |
( |
const Point & |
rhs | ) |
const |
|
inline |
bool scv::Point::operator> |
( |
const Point & |
rhs | ) |
const |
|
inline |
bool scv::Point::operator>= |
( |
const Point & |
rhs | ) |
const |
|
inline |
Point & scv::Point::translateX |
( |
int |
w | ) |
|
|
inline |
Point & scv::Point::translateY |
( |
int |
w | ) |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
lhs, |
|
|
const Point & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: