Skip to content

Commit f20e422

Browse files
committed
Fix typo in equation in section 3.12.3
Resolves #1686
1 parent 8560f0d commit f20e422

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Change Log / Ray Tracing in One Weekend
1414
### The Next Week
1515

1616
### The Rest of Your Life
17+
- Fix -- Typo in equation in book 3, section 12.3 (#1686)
1718

1819

1920
----------------------------------------------------------------------------------------------------

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,7 @@
36953695

36963696
$$ r_2 = 2\pi \cdot C \cdot (1-\cos(\theta)) $$
36973697
$$ 1 = 2\pi \cdot C \cdot (1-\cos(\theta_{max})) $$
3698-
$$ C = \frac{1}{2\pi \cdot (1-\cos(\theta_{max})} $$
3698+
$$ C = \frac{1}{2\pi \cdot (1-\cos(\theta_{max}))} $$
36993699

37003700
Which gives us an equality between $\theta$, $\theta_{max}$, and $r_2$:
37013701

0 commit comments

Comments
 (0)