doom3-gpl
Doom 3 GPL source release
|
#include <XYWnd.h>
Public Member Functions | |
CClipPoint () | |
void | Reset () |
bool | Set () |
void | Set (bool b) |
void | UpdatePointPtr () |
void | SetPointPtr (idVec3 *p) |
operator idVec3 & () | |
operator idVec3 * () | |
operator float * () | |
Public Attributes | |
idVec3 | m_ptClip |
idVec3 * | m_pVec3 |
CPoint | m_ptScreen |
bool | m_bSet |