Skip to content

Commit 0c47de9

Browse files
authored
Merge pull request #448 from shaunplee/dev-patch
Fix typo: "consine" to "cosine"
2 parents 7c6ee55 + 3433609 commit 0c47de9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@
21402140
The rest of the book will not require you to understand the proof.
21412141

21422142
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:
21442144

21452145
$$ \mathbf{A} \cdot \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \cos\theta $$
21462146

0 commit comments

Comments
 (0)