HOG2
|
#include <Common.h>
Public Attributes | |
GLdouble | left |
GLdouble | right |
GLdouble | top |
GLdouble | bottom |
GLdouble | near |
GLdouble | far |
GLdouble recFrustum::bottom |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
GLdouble recFrustum::far |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
GLdouble recFrustum::left |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
GLdouble recFrustum::near |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
GLdouble recFrustum::right |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
GLdouble recFrustum::top |
Definition at line 31 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().