Version: 9.15.0
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::Plane ( const Pnt thePnt1,
const Pnt thePnt2,
const Pnt thePnt3 
)

Constructor

References CalculatePlane().

◆ ~Plane()

Plane::~Plane ( )

Destructor

Member Function Documentation

◆ A()

double Plane::A ( ) const
inline

References myA.

◆ B()

double Plane::B ( ) const
inline

References myB.

◆ C()

double Plane::C ( ) const
inline

References myC.

◆ CalculatePlane()

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

◆ GetNormale()

Vec Plane::GetNormale ( ) const

References myA, myB, and myC.

Member Data Documentation

◆ myA

double Plane::myA
private

◆ myB

double Plane::myB
private

◆ myC

double Plane::myC
private

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