|
Fovia's C++ Client/Server API
|
Public Member Functions | |
| POINT & | operator= (const POINT &r) |
| POINT (const POINT &r) | |
| POINT (signed int nx, signed int ny) | |
Public Attributes | |
| signed int | x |
| signed int | y |
Specifies an integer point.
| signed int POINT::x |
x
Referenced by RENDER_PARAMS::CombineWith(), and QUATD::quatFromTrackBallPoints().
| signed int POINT::y |
y
Referenced by RENDER_PARAMS::CombineWith(), and QUATD::quatFromTrackBallPoints().
1.8.7