dox/Common/vtkPlane.h File Reference

#include "vtkImplicitFunction.h"

Go to the source code of this file.

Classes

class  vtkPlane
 perform various plane computations More...

Defines

#define vtkPlaneAbs(x)   ((x)<0?-(x):(x))


Define Documentation

#define vtkPlaneAbs  )     ((x)<0?-(x):(x))
 

Referenced by vtkPlane::DistanceToPlane().