We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1220b8 commit 4844c20Copy full SHA for 4844c20
CHANGELOG.md
@@ -15,6 +15,7 @@ Change Log -- Ray Tracing in One Weekend
15
some global utility functions as either private static, or in better locations.
16
- Fix: Remove redundant `virtual` keyword for methods with `override` (#805)
17
- Change: `aabb` class constructor treats two params as extreme points in any orientation (#733)
18
+ - Change: Moved all class method definitions inside class definition (#802)
19
20
### In One Weekend
21
- Added: More commentary about the choice between `double` and `float` (#752)
0 commit comments