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

Contents

Namespaces

namespace move
namespace move::vectormath

Classes

template<typename value_type, typename vector_type_raw>
struct move::vectormath::generic_vec3_rtm
A three component vector that can store either floats or doubles. The underlying implementation is RTM's vector4f or vector4d.
template<typename value_type, typename vector_type>
struct fmt::formatter<move::vectormath::generic_vec3_rtm<value_type, vector_type>>

Functions

MOVE_VECTORMATH_JSON_SERIALIZER(move::vectormath::vec3f_rtm)