![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
interface for classes that represent a point in 2d space More...
Public Member Functions | |
ushort | GetHeading (IPoint2D point) |
Point2D | GetPointFromHeading (ushort heading, int distance) |
int | GetDistance (IPoint2D point) |
void | Clear () |
Properties | |
int | X [get, set] |
X. | |
int | Y [get, set] |
Y. |
interface for classes that represent a point in 2d space
int DOL.GS.IPoint2D.X [get, set] |
X.
Implemented in DOL.GS.GameLiving, DOL.GS.GameNPC, DOL.GS.GamePlayer, DOL.GS.Housing.House, and DOL.GS.Point2D.
int DOL.GS.IPoint2D.Y [get, set] |
Y.
Implemented in DOL.GS.GameLiving, DOL.GS.GameNPC, DOL.GS.GamePlayer, DOL.GS.Housing.House, and DOL.GS.Point2D.