summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpacien2017-12-26 16:30:12 +0100
committerpacien2017-12-26 16:30:12 +0100
commit45d01bc6d74ac1982c974f1b891b0ad96b878f3a (patch)
treeb3311c02fa8c157735c578b9602d64e333933f53 /include
parent45b6f6b2edf2d8b604c8daa1b8019ce4de1e99ea (diff)
downloadmorpher-45d01bc6d74ac1982c974f1b891b0ad96b878f3a.tar.gz
Detail doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include')
-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 */