|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/primal/geometry/Segment.hpp"#include "axom/primal/geometry/Polygon.hpp"#include "axom/primal/operators/orientation.hpp"#include "axom/primal/operators/squared_distance.hpp"Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T > | |
| bool | axom::primal::is_convex (const Polygon< T, 2 > &poly, double EPS=1e-8) |
| Determines if a polygon defined by ordered vertices is convex. More... | |