doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CClipPoint Class Reference

#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
 
idVec3m_pVec3
 
CPoint m_ptScreen
 
bool m_bSet
 

Detailed Description

Definition at line 52 of file XYWnd.h.

Constructor & Destructor Documentation

CClipPoint::CClipPoint ( )
inline

Definition at line 55 of file XYWnd.h.

Member Function Documentation

CClipPoint::operator float * ( )
inline

Definition at line 67 of file XYWnd.h.

CClipPoint::operator idVec3 & ( )
inline

Definition at line 65 of file XYWnd.h.

CClipPoint::operator idVec3 * ( )
inline

Definition at line 66 of file XYWnd.h.

void CClipPoint::Reset ( void  )
inline

Definition at line 56 of file XYWnd.h.

bool CClipPoint::Set ( )
inline

Definition at line 57 of file XYWnd.h.

void CClipPoint::Set ( bool  b)
inline

Definition at line 58 of file XYWnd.h.

void CClipPoint::SetPointPtr ( idVec3 p)
inline

Definition at line 60 of file XYWnd.h.

void CClipPoint::UpdatePointPtr ( )
inline

Definition at line 59 of file XYWnd.h.

Member Data Documentation

bool CClipPoint::m_bSet

Definition at line 64 of file XYWnd.h.

idVec3 CClipPoint::m_ptClip

Definition at line 60 of file XYWnd.h.

CPoint CClipPoint::m_ptScreen

Definition at line 63 of file XYWnd.h.

idVec3* CClipPoint::m_pVec3

Definition at line 62 of file XYWnd.h.


The documentation for this class was generated from the following file: