#include <vclip.h>
Public Member Functions | |
| Real | dist (const Vect3 &point) const |
| const Vect3 & | normal () const |
| const Real & | offset () const |
| ostream & | print (ostream &os) const |
| void | set (const Vect3 &normal, const Vect3 &thruPoint) |
Private Attributes | |
| Vect3 | normal_ |
| Real | offset_ |
| Real Vclip::Plane::dist | ( | const Vect3 & | point | ) | const [inline] |
| const Vect3& Vclip::Plane::normal | ( | ) | const [inline] |
| const Real& Vclip::Plane::offset | ( | ) | const [inline] |
| ostream& Vclip::Plane::print | ( | ostream & | os | ) | const |
Vect3 Vclip::Plane::normal_ [private] |
Real Vclip::Plane::offset_ [private] |