File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Change Log -- Ray Tracing in One Weekend
44----------------------------------------------------------------------------------------------------
55# v3.0.2 (in progress)
66
7+ ### _ In One Weekend_
8+ - Fix: Correct typo: "consine" to "cosine"
9+
710### _ The Next Week_
811- Fix: ` shared_ptr ` dereference and simplify code in ` hittable_list::bounding_box() ` (#435 )
912- Fix: erroneous en-dash in code block (#439 )
Original file line number Diff line number Diff line change 21402140The rest of the book will not require you to understand the proof.
21412141
21422142We still need to solve for $\cos\theta$. It is well known that the dot product of two vectors can
2143- be explained in terms of the consine of the angle between them:
2143+ be explained in terms of the cosine of the angle between them:
21442144
21452145 $$ \mathbf{A} \cdot \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \cos\theta $$
21462146
You can’t perform that action at this time.
0 commit comments