Version: 6.3.1
Public Member Functions | Private Member Functions | Private Attributes

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

References myA.

double Plane.B ( ) const

References myB.

double Plane.C ( ) const

References myC.

Vec Plane::GetNormale ( ) const

References myA, myB, and myC.

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

References Pnt.GetXYZ(), myA, myB, myC, XYZ.X(), XYZ.Y(), and XYZ.Z().


Field Documentation

double Plane.myA [private]
double Plane.myB [private]
double Plane.myC [private]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS