geomc 1.0
A c++ linear algebra template library
|
Represents an object or operation that exists in a certain dimension with a certain coordinate type. More...
#include <geomc/linalg/LinalgTypes.h>
Public Types | |
using | elem_t = T |
The coordinate type of this object. | |
using | point_t = PointType<T,N>::point_t |
The type of a point in this object's space. | |
Static Public Attributes | |
static constexpr index_t | N = _N |
The dimension of this object. | |
Represents an object or operation that exists in a certain dimension with a certain coordinate type.
The type of a point in this object's space.
An N-vector of T if N > 1, otherwise a T.