#include <VTKViewer_ArcBuilder.h>
Public Member Functions | |
| Plane (const Pnt &thePnt1, const Pnt &thePnt2, const Pnt &thePnt3) | |
| ~Plane () | |
| double | A () const | 
| double | B () const | 
| double | C () const | 
| Vec | GetNormale () const | 
Private Member Functions | |
| void | CalculatePlane (const Pnt &thePnt1, const Pnt &thePnt2, const Pnt &thePnt3) | 
Private Attributes | |
| double | myA | 
| double | myB | 
| double | myC | 
Class for the representation plane in the 3D.
Constructor
References CalculatePlane().
| Plane::~Plane | ( | ) | 
Destructor
      
  | 
  inline | 
References myA.
      
  | 
  inline | 
References myB.
      
  | 
  inline | 
References myC.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |