All Classes Files Functions Variables Typedefs Pages
Functions
Vector.hpp File Reference

Detailed Description

Author
Lukas Kalbertodt lukas.nosp@m..kal.nosp@m.berto.nosp@m.dt@g.nosp@m.mail..nosp@m.com

This file includes VectorCore.hpp, which defines Vector, and provides additional functions for generating a string representation.

This file is part of the Lumina Graphics Framework.

Go to the source code of this file.

Functions

template<typename T , std::size_t N>
std::string vectorRep (Vector< T, N > in)
 Creates a string representation of a Vector.
 
template<typename T , std::size_t N>
std::ostream & operator<< (std::ostream &out, const Vector< T, N > &vec)
 Overloads the stream output operator using vectorRep.