|
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::Line< T, NDIMS > |
| Represents a line, \( L(t) \in \mathcal{R}^d \) , defined by an origin point, \( P \) and a normalized direction vector, \( \vec{d} \), \( \ni L(t)= P + t\vec{d} \forall t \in \mathcal{R} \). More... | |
| struct | axom::fmt::formatter< axom::primal::Line< T, NDIMS > > |
| Overload to format a primal::Line using fmt. More... | |
Namespaces | |
| axom | |
| axom::primal | |
Functions | |
| template<typename T , int NDIMS> | |
| std::ostream & | axom::primal::operator<< (std::ostream &os, const Line< T, NDIMS > &line) |
| Overloaded output operator for lines. More... | |