Skip to content

Commit 4cd4480

Browse files
committed
quad book2: fix u,v math notation
1 parent b7dc375 commit 4cd4480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

books/RayTracingTheNextWeek.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,9 +2397,9 @@
23972397

23982398
If $\mathbf{u}$ and $\mathbf{v}$ were guaranteed to be orthogonal to each other (forming a 90°
23992399
angle between them), then this would be a simple matter of projecting $\mathbf{P}$ onto the two
2400-
basis vectors $\mathbf{u}$ and $\mathbf{v}$. However, since we are not restricting $u$ and $v$ to be
2401-
perpendicular, and allowing them to form any angle (other than zero), the math's a little bit
2402-
trickier.
2400+
basis vectors $\mathbf{u}$ and $\mathbf{v}$. However, since we are not restricting $\mathbf{u}$ and
2401+
$\mathbf{v}$ to be perpendicular, and allowing them to form any angle (other than zero), the math's
2402+
a little bit trickier.
24032403

24042404
$$ \mathbf{P} = \mathbf{Q} + \alpha \mathbf{u} + \beta \mathbf{v}$$
24052405

0 commit comments

Comments
 (0)