Skip to content

Commit

Permalink
Correct interpolation equation rendering in primsrast (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
martty committed Dec 7, 2021
1 parent 3db4128 commit b1c3dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/primsrast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3088,8 +3088,8 @@ coordinate, must: be determined using perspective interpolation:

[latexmath]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
f = { a {f_a / w_a} + b {f_b / w_b} + c {f_c / w_c} } \over
{ {a / w_a} + {b / w_b} + {c / w_c} }
f = {{ a {f_a / w_a} + b {f_b / w_b} + c {f_c / w_c} } \over
{ {a / w_a} + {b / w_b} + {c / w_c} }}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

where [eq]#w~a~#, [eq]#w~b~#, and [eq]#w~c~# are the clip [eq]#w#
Expand Down

0 comments on commit b1c3dab

Please sign in to comment.