summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/morpher/trianglemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/morpher/trianglemap.h b/include/morpher/trianglemap.h
index f690a37..3dc5f96 100644
--- a/include/morpher/trianglemap.h
+++ b/include/morpher/trianglemap.h
@@ -14,7 +14,7 @@
14 * Represents a triangle mapping. 14 * Represents a triangle mapping.
15 * 15 *
16 * Fields: 16 * Fields:
17 * vertices[] - array of vertices 17 * vertices[] - array of vertices mappings, positively ordered
18 * *neighbors[] - array of neighboring triangles ordered by the edges spawned by the vertices 18 * *neighbors[] - array of neighboring triangles ordered by the edges spawned by the vertices
19 * *next - pointer to another triangle for linear browsing, or NULL 19 * *next - pointer to another triangle for linear browsing, or NULL
20 */ 20 */