#include <llplane.h>


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.
Reimplemented from LLVector4.
Definition at line 50 of file llplane.h.
References LLVector4::setVec().
Referenced by LLCamera::calculateFrustumPlanes(), LLPipeline::generateWaterReflection(), LLPlane(), and setVec().


Definition at line 56 of file llplane.h.
References d, LLVector3::normVec(), and setVec().

Definition at line 66 of file llplane.h.
References LLVector4::setVec().

Definition at line 67 of file llplane.h.
References LLVector4::mV.
Referenced by LLCamera::sphereInFrustum(), LLCamera::visibleDistance(), and LLCamera::visibleHorizDistance().

1.5.5