qaf::DebugVector Class Reference

#include <qafEnvironment.h>

List of all members.


Detailed Description

This class is used to generate a visualization of vectors for debug purposes.

The extremities are represented in room coordinates, not screen coordinates. In other words, you don't need to worry about scrolling.

The vector will be rendered as an arrow pointing from p1 to p2, in the specified color.

See also:
Environment::debugVectors
Note:
DebugVectors are only available if you initialize the Environment with useDebug set to true.


Public Member Functions

 DebugVector (Vector2D &_p1, Vector2D &_p2, DWORD _color)
void render ()


The documentation for this class was generated from the following file:
Generated on Sun Mar 25 12:32:13 2007 for Qaf Framework by  doxygen 1.5.1-p1