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
4
4
----------------------------------------------------------------------------------------------------
5
5
# v3.0.2 (in progress)
6
6
7
+ ### _ In One Weekend_
8
+ - Fix: Correct typo: "consine" to "cosine"
9
+
7
10
### _ The Next Week_
8
11
- Fix: ` shared_ptr ` dereference and simplify code in ` hittable_list::bounding_box() ` (#435 )
9
12
- Fix: erroneous en-dash in code block (#439 )
Original file line number Diff line number Diff line change 2140
2140
The rest of the book will not require you to understand the proof.
2141
2141
2142
2142
We 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:
2144
2144
2145
2145
$$ \mathbf{A} \cdot \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \cos\theta $$
2146
2146
You can’t perform that action at this time.
0 commit comments