There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An example of using C++11's user-defined literals to enforce consistent units of measure. Defines two classes - Radians and Degrees - which implicitly convert between each other, and can be used to prevent mismatching units in 3D graphics APIs.