Open FrancoisChabot opened 6 years ago
Right now, we force the printing as degrees with a unicode ° postfix.
Ideally, we'd want to do something similar to the STL:
Angle<float> angle = Angle<float>::from_deg(180); std::cout << vecpp::io::rad << angle << "\n".
Right now, we force the printing as degrees with a unicode ° postfix.
Ideally, we'd want to do something similar to the STL: