|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Consists of a set of templated (overloaded) routines used to calculate the orientation of a given point to another geometric entity. More...
#include "axom/core/numerics/Determinants.hpp"#include "axom/core/utilities/Utilities.hpp"#include "axom/primal/geometry/Point.hpp"#include "axom/primal/geometry/Vector.hpp"#include "axom/primal/geometry/Segment.hpp"#include "axom/primal/geometry/Triangle.hpp"#include "axom/primal/geometry/OrientationResult.hpp"#include "axom/slic/interface/slic.hpp"Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T > | |
| int | axom::primal::orientation (const Point< T, 3 > &p, const Triangle< T, 3 > &tri, double EPS=1e-9) |
| Computes the orientation of a point p with respect to an oriented triangle tri. More... | |
| template<typename T > | |
| int | axom::primal::orientation (const Point< T, 2 > &p, const Segment< T, 2 > &seg, double EPS=1e-9) |
| Computes the orientation of a point p with respect to an oriented segment. More... | |
Consists of a set of templated (overloaded) routines used to calculate the orientation of a given point to another geometric entity.