TPZVec< REAL > fPoint
Any point belongs at the line.
REAL GetTolerance()
Returns the tolerance value considered to compute.
Implements a line. Utility.
Templated vector implementation.
REAL fTolerance
Tolerance value to computes.
void SetLine(const TPZVec< REAL > &point, const TPZVec< REAL > &dir)
Store a point and direction vector of the line.
bool Belongs(const TPZVec< REAL > &point)
Verify whether the point belongs at the line.
Contains the declaration of TPZFlopCounter class and TPZCounter struct.
TPZVec< REAL > fDirection
Vector direction of the line.
void SetTolerance(const REAL &tol)
Sets the tolerance value to compute.