RMF
RMF::Vector< D > Class Template Reference

Represent a point in some dimension. More...

#include <RMF/Vector.h>

+ Inheritance diagram for RMF::Vector< D >:

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)
 
Vectoroperator= (const Vector &)=default
 

Static Public Member Functions

static unsigned int get_dimension ()
 

Detailed Description

template<unsigned int D>
class RMF::Vector< D >

std::array provides operator[]() and begin()/end() in C++.

Definition at line 31 of file Vector.h.


The documentation for this class was generated from the following file: