Templated vector implementation.
int SetPlane(const TPZVec< REAL > &p1, const TPZVec< REAL > &p2, const TPZVec< REAL > &p3)
Computes the equation of the plane from three given points.
Implements a plane (stores the plane equation). Utility.
TPZPlane()
Simple constructor.
TPZVec< REAL > fCoef
Coefficients of the plane with equation: fCoef[0]*x + fCoef[1]*y + fCoef[2]*z + fCoef[3] = 0...
bool Belongs(const TPZVec< REAL > &point)
Check whether the point belongs at the plane.
Contains declaration of the TPZNumeric class which implements several methods to calculation.