summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Edge.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/Edge.h')
-rw-r--r--tikzit/src/common/Edge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/common/Edge.h b/tikzit/src/common/Edge.h
index 460ecc4..6069b9f 100644
--- a/tikzit/src/common/Edge.h
+++ b/tikzit/src/common/Edge.h
@@ -67,6 +67,8 @@ typedef enum {
// these are all cached values computed from the above
NSPoint src;
NSPoint targ;
+ NSPoint head;
+ NSPoint tail;
NSPoint cp1;
NSPoint cp2;
NSPoint mid;