LLGLUserClipPlane Class Reference

#include <llgl.h>

List of all members.

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


Detailed Description

Definition at line 284 of file llgl.h.


Constructor & Destructor Documentation

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().

Here is the call graph for this function:

LLGLUserClipPlane::~LLGLUserClipPlane (  ) 

Definition at line 1559 of file llgl.cpp.


Member Function Documentation

void LLGLUserClipPlane::setPlane ( F32  a,
F32  b,
F32  c,
F32  d 
)

Definition at line 1533 of file llgl.cpp.

References M, mModelview, and mProjection.

Referenced by LLGLUserClipPlane().

Here is the caller graph for this function:


Member Data Documentation

glh::matrix4f LLGLUserClipPlane::mProjection [private]

Definition at line 294 of file llgl.h.

Referenced by LLGLUserClipPlane(), and setPlane().

glh::matrix4f LLGLUserClipPlane::mModelview [private]

Definition at line 295 of file llgl.h.

Referenced by LLGLUserClipPlane(), and setPlane().


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

Generated on Fri May 16 08:48:30 2008 for SecondLife by  doxygen 1.5.5