RMF
|
Represent a point in some dimension. More...
#include <RMF/Vector.h>
Public Member Functions | |
template<class Range > | |
Vector (Range r) | |
Vector (const Vector &)=default | |
Vector (float x, float y, float z) | |
Vector (float x, float y, float z, float q) | |
Vector & | operator= (const Vector &)=default |
Static Public Member Functions | |
static unsigned int | get_dimension () |
std::array provides operator[]()
and begin()
/end()
in C++.