NeoPZ
|
Reads a mesh in a "human readable" format, i.e. in text format and with coments. Getting Data. More...
#include <pzhyperplane.h>
Public Member Functions | |
TPZHyperPlane (TPZVec< REAL > ¢er, TPZVec< REAL > &normal) | |
bool | IsLeft (TPZVec< REAL > &point) const |
REAL | Distance (const TPZVec< REAL > &point, TPZVec< REAL > &jacobian) const |
Private Attributes | |
TPZManVector< REAL, 3 > | fCenter |
center of the hyperplane More... | |
TPZManVector< REAL, 3 > | fNormal |
normal to the hyperplane More... | |
Reads a mesh in a "human readable" format, i.e. in text format and with coments. Getting Data.
Definition at line 33 of file pzhyperplane.h.
Definition at line 44 of file pzhyperplane.h.
|
inline |
Definition at line 58 of file pzhyperplane.h.
Referenced by TPZHyperPlaneIntersect::EdgeIntersect(), and TPZHyperPlaneIntersect::Intersect().
|
inline |
Definition at line 49 of file pzhyperplane.h.
References val().
Referenced by TPZHyperPlaneIntersect::Intersect().
|
private |
center of the hyperplane
Definition at line 37 of file pzhyperplane.h.
|
private |
normal to the hyperplane
Definition at line 40 of file pzhyperplane.h.