ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
Defines a 2D point (x, y) More...
#include <point.h>
Public Member Functions | |
Point () ROLAND_DEFAULT Point(Sint16 x | |
Standard Constructor. Initializes x and y to 0. More... | |
Point (const Point &p) | |
Copyconstructor. It is save to init Point with itself. More... | |
~Point () ROLAND_DEFAULT Point &operator | |
Standard Destructor. Does nothing. More... | |
Public Attributes | |
Sint16 | y {mX = x |
mY = y | |
Sint16 | mY = 0 |
Defines a 2D point (x, y)
Point | ( | ) |
Standard Constructor. Initializes x and y to 0.
Constructor.
x | = Coordinate x /param y = Coordinate y |
Copyconstructor. It is save to init Point with itself.
References Point::mY, ROLAND_DEFAULT, x, Point::y, and Point::~Point().
~Point | ( | ) |
Standard Destructor. Does nothing.
Overloaded operator =. A deep copy will done, so it's save to assign Point to itself.
Referenced by Point::Point().
mY = y |
Referenced by Point::Point().
Sint16 mY = 0 |
Sint16 y {mX = x |