#include <K3dDrawLine.h>
Inheritance diagram for K3dDrawLine:

| Public Member Functions | |
| K3dDrawLine (K3dGameData *_pGameData) | |
| ~K3dDrawLine () | |
| void | DrawLines () | 
| Draw line. | |
| Private Attributes | |
| K3dGameData * | m_pGameData | 
| Global game data, data centered game system. | |
| K3dMatrix | m_kViewMatrix | 
| View matrix. | |
| K3dMatrix | m_kModelMatrix | 
| Model matrix. | |
Definition at line 38 of file K3dDrawLine.h.
| K3dDrawLine::K3dDrawLine | ( | K3dGameData * | _pGameData | ) |  [inline] | 
| K3dDrawLine::~K3dDrawLine | ( | ) |  [inline] | 
Definition at line 49 of file K3dDrawLine.h.
| void K3dDrawLine::DrawLines | ( | ) | 
Draw line.
Definition at line 37 of file K3dDrawLine.cpp.
References K3dSafePointer< _T >::Get(), K3dGameData::GetLineObjSP(), K3dMatrix::GetMatrix(), K3dSafePointer< _T >::GetNum(), K3dSceneData::GetViewMatrix(), m_kModelMatrix, m_kViewMatrix, m_pGameData, and K3dMatrix::Multiply().
Referenced by K3dMngGeometry::DrawMngGeometry().
| K3dGameData* K3dDrawLine::m_pGameData  [private] | 
Global game data, data centered game system.
Reimplemented in K3dDraw, K3dScene, K3dMngGeometry, and K3dMngSystem.
Definition at line 40 of file K3dDrawLine.h.
Referenced by DrawLines(), and K3dDrawLine().
| K3dMatrix K3dDrawLine::m_kViewMatrix  [private] | 
| K3dMatrix K3dDrawLine::m_kModelMatrix  [private] | 
 1.5.0
 1.5.0