|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
#include "axom/primal/geometry/Point.hpp"#include "axom/primal/geometry/Segment.hpp"#include "axom/primal/geometry/Vector.hpp"#include "axom/slic/interface/slic.hpp"#include <ostream>Classes | |
| class | axom::primal::Ray< T, NDIMS > |
| struct | axom::fmt::formatter< axom::primal::Ray< T, NDIMS > > |
| Overload to format a primal::Ray using fmt. More... | |
Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T , int NDIMS> | |
| std::ostream & | axom::primal::operator<< (std::ostream &os, const Ray< T, NDIMS > &ray) |
| Overloaded output operator for rays. More... | |