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

Classes

class  axom::primal::Sphere< T, NDIMS >
 Defines an oriented Sphere in 2-D (i.e., a circle) or 3-D given by its center, \( \mathcal{X} \) and radius \( \mathcal{R} \). The Sphere object provides associated operations on a sphere, such as, signed distance and orientation. More...
 
struct  axom::fmt::formatter< axom::primal::Sphere< T, NDIMS > >
 Overload to format a primal::Sphere using fmt. More...
 

Namespaces

 axom
 
 axom::primal
 

Functions

Forward Declared Overloaded Operators
template<typename T , int NDIMS>
std::ostream & axom::primal::operator<< (std::ostream &os, const Sphere< T, NDIMS > &s)