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

A Polygon primitive for primal. More...

#include "axom/core/Array.hpp"
#include "axom/primal/geometry/Point.hpp"
#include "axom/primal/geometry/Vector.hpp"
#include <ostream>

Classes

class  axom::primal::Polygon< T, NDIMS >
 Represents a polygon defined by an array of points. More...
 
struct  axom::fmt::formatter< axom::primal::Polygon< T, NDIMS > >
 Overload to format a primal::Polygon using fmt. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

template<typename T , int NDIMS>
std::ostream & axom::primal::operator<< (std::ostream &os, const Polygon< T, NDIMS > &poly)
 Overloaded output operator for polygons. More...
 

Detailed Description

A Polygon primitive for primal.