#include "Plane.h"
#include "BBox3D.h"
#include <iostream>
#include <omp.h>
Namespaces | |
namespace | FemViewer |
Defines | |
#define | FV_PLANE_TOL 1.0e-06 |
#define | FV_LARGE_DOUBlE 10.0e+06 |
#define | V(b, e) el_coords[(e)] - el_coords[(b)]; |
#define FV_LARGE_DOUBlE 10.0e+06 |
#define FV_PLANE_TOL 1.0e-06 |
#define V | ( | b, | |||
e | ) | el_coords[(e)] - el_coords[(b)]; |