#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_ |
ostream& Vclip::Plane::print | ( | ostream & | os | ) | const |