IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::math::SimpleNumberType Concept Reference

#include <ice/math/angles.hxx>

Concept definition

template<typename T>
concept SimpleNumberType = std::is_arithmetic_v<T>
Definition angles.hxx:18