File Vec2.hpp

class Vec2

Public Members

float x
float y
template<>
struct formatter<Vec2>

Public Functions

inline constexpr auto parse(fmt::format_parse_context &ctx)
template<typename FormatContext>
inline auto format(const Vec2 &pos, FormatContext &ctx)