hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/design/function_interface_example1 #20

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

C++ Design Study: Function Interfaces | hacking C++

A C++ function interface (re-)design example: encoding and using rotations that are represented by an angle and an axis.

https://hackingcpp.com/cpp/design/function_interface_example1.html

JohannJo commented 4 months ago

Typo: on the slide "Getting Rid of Bool Parameters" you wrote sizte_t instead of size_t on one of the lines.