point2d.h file
Namespaces
- namespace rll
- Contract-programming related functions and classes.
Classes
-
template <typename T = f32>class rll::point2d
- A two-dimensional point tagged with a unit.
-
template <typename T>struct fmt::formatter<rll::point2d<T>>
- Specialization of the
fmt::formatterfor the rll::point2d class. -
template <typename T>struct std::hash<rll::point2d<T>>
- Hashes a
point2d.