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. | |