Comments: clarify BMLoop

This commit is contained in:
Campbell Barton 2014-09-27 16:31:40 +10:00
parent 84dfec76eb
commit 95be98dd43
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@
*
* \subsection bm_loop The Loop
*
* Loops define the boundary loop of a face. Each loop logically corresponds to an edge,
* which is defined by the loop and next loop's vertices.
* Each loop connects the face to one of its corner vertices,
* and also references an edge which connects this loop's vertex to the next loop's vertex.
*
* Loops store several handy pointers:
*