QUGaR 0.0.4
Loading...
Searching...
No Matches
vector.hpp File Reference
#include <algoim/uvector.hpp>
Include dependency graph for vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  qugar
 QUGaR's main namespace.
 

Typedefs

template<typename T , int dim>
using qugar::Vector = ::algoim::uvector<T, dim>
 Class representing a vector.
 

Functions

template<typename T , int dim>
Vector< T, dim > qugar::permute_vector_directions (const Vector< T, dim > &vec)