rll/euclid/angle.h file

Namespaces

namespace rll
Contract-programming related functions and classes.

Classes

template <typename T, typename = std::enable_if_t<is_num_v<T>>>
struct rll::angle
Newtype describing an angle.
template <typename T>
struct fmt::formatter<rll::angle<T>>
Specialization of the fmt::formatter for the rll::angle class.

Enums

enum class angle_unit: char { degrees, radians }
Measurement unit of the angle.