Skip to content

Commit

Permalink
Update errata.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kring authored Jul 9, 2017
1 parent 6634826 commit 2851f63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions errata.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ <h1>Errata</h1>
<li>
Page 17: In Listing 2.2, the signs of the X and Y components of vector <em>n</em> in the comment are reversed. It should be "(-1.0 / Sqrt(2.0), 1.0 / Sqrt(2.0), 0.0)".
</li>
<li>
Page 27: In Listing 2.8, the last line of the ScaleToGeocentricSurface function should read "return beta * p;".
</li>
<li>
Page 34: In the last equation on the page, "h = sign(h &#x2022; r - 0)||h||", the "- 0" is extraneous.
</li>
<li>
Page 62: In Listing 3.7, the second <em>else</em> condition should be "else (leftEnabled &gt; rightEnabled)" instead of "else (rightEnabled &gt; leftEnabled)".
</li>
Expand Down

0 comments on commit 2851f63

Please sign in to comment.