Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo fix #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3ed-2018/Shapes/Subdivision_Surfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,7 @@
of other parents. Only the first three children need to be addressed here; the
interior child’s neighbor pointers have already been fully initialized.
Inspection of Figure&nbsp;<a href="#fig:tri-face-split">3.36</a> reveals that the <tt>k</tt>th and
<tt>PREV(k)</tt>th edges of the <tt>i</tt>th child need to be set. To set the <tt>k</tt>th
<tt>PREV(k)</tt>th edges of the <tt>k</tt>th child need to be set. To set the <tt>k</tt>th
edge of the <tt>k</tt>th child, we first find the <tt>k</tt>th edge of the parent face, then
the neighbor parent <tt>f2</tt> across that edge. If <tt>f2</tt> exists (meaning
we aren&rsquo;t on a boundary), the neighbor parent index for the vertex
Expand Down