lib/include/move/vectormath/vec2.hpp file

Contents

Namespaces

namespace move
namespace move::vectormath

Classes

template<typename value_type>
struct move::vectormath::generic_vec2_scalar
A two component vector that can store either floats or doubles. The underlying implementation is scalar.
template<typename value_type>
struct fmt::formatter<move::vectormath::generic_vec2_scalar<value_type>>