Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cLine Class Reference

#include <map.h>

List of all members.

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


Constructor & Destructor Documentation

cLine::cLine Location    A,
Location    B
 

Constructs a line from a location A to a location B.

Author:
Luxor


Member Function Documentation

SI08 cLine::calcZAtX UI32    x
 

Author:
Luxor

Location cLine::getPosAtX UI32    x
 

Author:
Luxor

Location cLine::getPosAtY UI32    y
 

Author:
Luxor


Member Data Documentation

SI32 cLine::m_xDist [private]
 

SI32 cLine::m_yDist [private]
 

SI32 cLine::m_zDist [private]
 

UI32 cLine::x1 [private]
 

UI32 cLine::y1 [private]
 

SI08 cLine::z1 [private]
 


The documentation for this class was generated from the following files: SourceForge.net Logo