Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Plane Class Reference

#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
 

Detailed Description

Class for the representation plane in the 3D.

Constructor & Destructor Documentation

Plane::Plane ( const Pnt thePnt1,
const Pnt thePnt2,
const Pnt thePnt3 
)

Constructor

References CalculatePlane().

Plane::~Plane ( )

Destructor

Member Function Documentation

double Plane::A ( ) const
inline

References myA.

double Plane::B ( ) const
inline

References myB.

double Plane::C ( ) const
inline

References myC.

void Plane::CalculatePlane ( const Pnt thePnt1,
const Pnt thePnt2,
const Pnt thePnt3 
)
private
Vec Plane::GetNormale ( ) const

References myA, myB, and myC.

Member Data Documentation

double Plane::myA
private
double Plane::myB
private
double Plane::myC
private

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