Typedef t8_point
Defined in File t8_vec.hxx
Typedef Documentation
-
template<std::size_t TDim>
using t8_point = T8Type<std::array<double, TDim>, t8_point_tag<TDim>, EqualityComparable, Swapable, RandomAccessible> Type alias for a point in N-dimensional space.
- Template Parameters:
TDim – Dimension of the point.