wren
Vulkan-based game engine
|
Go to the source code of this file.
Namespaces | |
namespace | wren |
namespace | wren::math |
Functions | |
template<typename T , std::size_t N> | |
auto | wren::math::operator<< (std::ostream &os, const Vec< T, N > &value) -> std::ostream & |
template<typename T , std::size_t Rows, std::size_t Cols> | |
auto | wren::math::operator<< (std::ostream &os, const Mat< T, Rows, Cols > &value) -> std::ostream & |