Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Member Functions | List of all members
Core::Plane Class Reference

Public Member Functions

 Plane (double a, double b, double c, double d)
 
 Plane (const Point &p1, const Point &p2, const Point &p3)
 
 Plane (const Point &p, const Vector &n)
 
 Plane (const Vector &normal, double distance)
 
 Plane (const Plane &copy)
 
double distance (const Point &p) const
 
float distance (const PointF &p) const
 
void flip ()
 
Point project (const Point &p) const
 
Vector project (const Vector &v) const
 
PointF project (const PointF &p) const
 
VectorF project (const VectorF &v) const
 
Vector normal () const
 
double distance () const
 

The documentation for this class was generated from the following files: