#include "moab/Interface.hpp"
#include "moab/Range.hpp"
#include "moab/CartVect.hpp"
#include "MBTagConventions.hpp"
#include "moab/Types.hpp"
#include <cmath>
#include <vector>
#include <map>
#include "moab/GeomTopoTool.hpp"
Go to the source code of this file.
|
| moab |
| Class representing axis-aligned bounding box.
|
|
|
#define | determ3(p1, q1, p2, q2, p3, q3) ( ( q3 ) * ( ( p2 ) - ( p1 ) ) + ( q2 ) * ( ( p1 ) - ( p3 ) ) + ( q1 ) * ( ( p3 ) - ( p2 ) ) ) |
|
#define | blend(x) ( -2.0 * ( x ) * ( x ) * ( x ) + 3.0 * ( x ) * ( x ) ) |
|
◆ blend
#define blend |
( |
|
x | ) |
( -2.0 * ( x ) * ( x ) * ( x ) + 3.0 * ( x ) * ( x ) ) |
◆ determ3
#define determ3 |
( |
|
p1, |
|
|
|
q1, |
|
|
|
p2, |
|
|
|
q2, |
|
|
|
p3, |
|
|
|
q3 |
|
) |
| ( ( q3 ) * ( ( p2 ) - ( p1 ) ) + ( q2 ) * ( ( p1 ) - ( p3 ) ) + ( q1 ) * ( ( p3 ) - ( p2 ) ) ) |