PLANE Class Reference
#include <PLANE.h>
List of all members.
Constructor & Destructor Documentation
| PLANE::PLANE |
( |
|
) |
[inline] |
| PLANE::PLANE |
( |
VECTOR3D |
newNormal, |
|
|
float |
newIntercept | |
|
) |
| | [inline] |
| PLANE::PLANE |
( |
const PLANE & |
rhs |
) |
[inline] |
| PLANE::~PLANE |
( |
|
) |
[inline] |
Member Function Documentation
| void PLANE::SetNormal |
( |
const VECTOR3D & |
rhs |
) |
[inline] |
| void PLANE::SetIntercept |
( |
float |
newIntercept |
) |
[inline] |
| void PLANE::CalculateIntercept |
( |
const VECTOR3D & |
pointOnPlane |
) |
[inline] |
| void PLANE::Normalize |
( |
void |
|
) |
|
| float PLANE::GetIntercept |
( |
|
) |
[inline] |
| float PLANE::GetDistance |
( |
const VECTOR3D & |
point |
) |
const |
| int PLANE::ClassifyPoint |
( |
const VECTOR3D & |
point |
) |
const |
| PLANE PLANE::lerp |
( |
const PLANE & |
p2, |
|
|
float |
factor | |
|
) |
| | |
| bool PLANE::operator== |
( |
const PLANE & |
rhs |
) |
const |
| bool PLANE::operator!= |
( |
const PLANE & |
rhs |
) |
const [inline] |
| PLANE PLANE::operator- |
( |
void |
|
) |
const [inline] |
| PLANE PLANE::operator+ |
( |
void |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/math/PLANE.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/math/PLANE.cpp