AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
orientation.hpp File Reference

Consists of a set of templated (overloaded) routines used to calculate the orientation of a given point to another geometric entity. More...

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...
 

Detailed Description

Consists of a set of templated (overloaded) routines used to calculate the orientation of a given point to another geometric entity.