#include <map.h>
Public Methods | |
| cLine (Location A, Location B) | |
| Constructs a line from a location A to a location B. | |
| Location | getPosAtX (UI32 x) |
| Location | getPosAtY (UI32 y) |
| SI08 | calcZAtX (UI32 x) |
Private Attributes | |
| UI32 | x1 |
| UI32 | y1 |
| SI08 | z1 |
| SI32 | m_xDist |
| SI32 | m_yDist |
| SI32 | m_zDist |
|
||||||||||||
|
Constructs a line from a location A to a location B.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|