TMCPoint Class Reference
[MCCore]
List of all members.
Detailed Description
TMCPoint represents a 2D integer point. It is generally used to represent pixel coordinates.
Member Enumeration Documentation
Constructor & Destructor Documentation
TMCPoint::TMCPoint |
( |
void |
|
) |
[inline] |
Constructor that does NOT initialize the memory...
TMCPoint::TMCPoint |
( |
const TMCPoint & |
fromPoint |
) |
[inline] |
TMCPoint::TMCPoint |
( |
int32 |
xVal, |
|
|
int32 |
yVal | |
|
) |
| | [inline] |
Member Function Documentation
int32 TMCPoint::Norm1 |
( |
|
) |
const [inline] |
real TMCPoint::operator* |
( |
const TMCPoint & |
b |
) |
const [inline] |
TMCPoint TMCPoint::operator* |
( |
const int32 |
mul |
) |
const [inline] |
void TMCPoint::operator*= |
( |
const int32 |
mul |
) |
[inline] |
void TMCPoint::operator+= |
( |
const TMCPoint & |
rhs |
) |
[inline] |
TMCPoint TMCPoint::operator- |
( |
|
) |
const [inline] |
void TMCPoint::operator-= |
( |
const TMCPoint & |
rhs |
) |
[inline] |
TMCPoint TMCPoint::operator/ |
( |
const int32 |
div |
) |
const [inline] |
void TMCPoint::operator/= |
( |
const int32 |
div |
) |
[inline] |
void TMCPoint::operator<<= |
( |
const uint8 |
i |
) |
[inline] |
void TMCPoint::operator= |
( |
const TMCPoint & |
rhs |
) |
[inline] |
void TMCPoint::operator>>= |
( |
const uint8 |
i |
) |
[inline] |
int32& TMCPoint::operator[] |
( |
XYSelect |
sel |
) |
[inline] |
const int32& TMCPoint::operator[] |
( |
XYSelect |
sel |
) |
const [inline] |
real TMCPoint::operator^ |
( |
const TMCPoint & |
b |
) |
const [inline] |
void TMCPoint::Set |
( |
const int32 |
inX, |
|
|
const int32 |
inY | |
|
) |
| | [inline] |
int32 TMCPoint::X |
( |
|
) |
[inline] |
int32 TMCPoint::Y |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: