#include <MeshCut_Carre.hxx>
Public Member Functions | |
Carre (float _x0, float _x1, float _y0, float _y1) | |
bool | disjoint (Carre *c2) |
bool | contientNoeud (int ngnoeud, Maillage *MAILLAGE) |
void | affichage () |
Data Fields | |
float | x0 |
float | x1 |
float | y0 |
float | y1 |
Carre::Carre | ( | float | _x0, |
float | _x1, | ||
float | _y0, | ||
float | _y1 | ||
) |
void Carre::affichage | ( | ) |
References MESHCUT::Maillage::XX, and MESHCUT::Maillage::YY.
float MESHCUT::Carre::x0 |
float MESHCUT::Carre::x1 |
Referenced by disjoint().
float MESHCUT::Carre::y0 |
float MESHCUT::Carre::y1 |
Referenced by disjoint().