FPlane Class Reference
#include <fplane.h>
List of all members.
Public Member Functions |
| FPlane (double a, double b, double c, double d) |
virtual double | operator() (const VecDouble &p, const unsigned int component=0) const |
virtual | ~FPlane () |
Private Attributes |
double | m_a |
double | m_b |
double | m_c |
double | m_d |
Detailed Description
Plane function a*x + b*y + c*z + d
Definition at line 10 of file fplane.h.
Constructor & Destructor Documentation
FPlane::FPlane |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c, |
|
|
double |
d | |
|
) |
| | |
FPlane::~FPlane |
( |
|
) |
[virtual] |
Member Function Documentation
double FPlane::operator() |
( |
const VecDouble & |
p, |
|
|
const unsigned int |
component = 0 | |
|
) |
| | const [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: