#include <llgl.h>
Public Member Functions | |
| LLGLUserClipPlane (const LLPlane &plane, const glh::matrix4f &modelview, const glh::matrix4f &projection) | |
| ~LLGLUserClipPlane () | |
| void | setPlane (F32 a, F32 b, F32 c, F32 d) |
Private Attributes | |
| glh::matrix4f | mProjection |
| glh::matrix4f | mModelview |
Definition at line 284 of file llgl.h.
| LLGLUserClipPlane::LLGLUserClipPlane | ( | const LLPlane & | plane, | |
| const glh::matrix4f & | modelview, | |||
| const glh::matrix4f & | projection | |||
| ) |
Definition at line 1525 of file llgl.cpp.
References mModelview, mProjection, LLVector4::mV, and setPlane().

Definition at line 1533 of file llgl.cpp.
References M, mModelview, and mProjection.
Referenced by LLGLUserClipPlane().

glh::matrix4f LLGLUserClipPlane::mProjection [private] |
glh::matrix4f LLGLUserClipPlane::mModelview [private] |
1.5.5