wren
Vulkan-based game engine
Loading...
Searching...
No Matches
vector.hpp File Reference
#include <array>
#include <boost/describe.hpp>
#include <cmath>
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.

Classes

struct  wren::math::Vec< T, N >
struct  wren::math::Vec2f
struct  wren::math::Vec3f
struct  wren::math::Vec4f

Namespaces

namespace  wren
namespace  wren::math

Functions

template<typename T, std::size_t N>
auto wren::math::operator* (float scalar, Vec< T, N > vec) -> Vec< T, N >
 wren::math::BOOST_DESCRIBE_STRUCT (Vec2f,(),(data))
 wren::math::BOOST_DESCRIBE_STRUCT (Vec3f,(),(data))
 wren::math::BOOST_DESCRIBE_STRUCT (Vec4f,(),(data))