#include <llplane.h>
Inheritance diagram for LLPlane:
Public Member Functions | |
LLPlane () | |
LLPlane (const LLVector3 &p0, F32 d) | |
LLPlane (const LLVector3 &p0, const LLVector3 &n) | |
void | setVec (const LLVector3 &p0, F32 d) |
void | setVec (const LLVector3 &p0, const LLVector3 &n) |
void | setVec (const LLVector3 &p0, const LLVector3 &p1, const LLVector3 &p2) |
LLPlane & | operator= (const LLVector4 &v2) |
F32 | dist (const LLVector3 &v2) const |
Definition at line 44 of file llplane.h.
Definition at line 67 of file llplane.h.
References LLVector4::mV, and v2.
Referenced by LLCamera::visibleDistance(), and LLCamera::visibleHorizDistance().
Reimplemented from LLVector4.
Definition at line 50 of file llplane.h.
References LLVector4::setVec().
Referenced by LLCamera::calculateFrustumPlanes(), LLPlane(), and setVec().