summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Edge.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-03-22 19:30:07 +0000
committerAlex Merry <dev@randomguy3.me.uk>2013-03-22 19:30:07 +0000
commit3fb7711dd09975c83de5995d5247cbdd8d150def (patch)
treeccb8f903ededd89f50acac51c283523aeebef4c8 /tikzit/src/common/Edge.h
parent7a639879e0446bd355fa52e2e347735f57d7abf9 (diff)
Add debugging option to Select tool
Selecting edges and/or nodes and pressing shift-d will print info about them to the console.
Diffstat (limited to 'tikzit/src/common/Edge.h')
-rw-r--r--tikzit/src/common/Edge.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tikzit/src/common/Edge.h b/tikzit/src/common/Edge.h
index cc636dd..64da138 100644
--- a/tikzit/src/common/Edge.h
+++ b/tikzit/src/common/Edge.h
@@ -222,6 +222,8 @@ typedef enum {
*/
@property (readonly) NSPoint rightNormal;
+@property (readonly) NSPoint headTan;
+
/*!
@property leftHeadNormal
*/
@@ -232,6 +234,8 @@ typedef enum {
*/
@property (readonly) NSPoint rightHeadNormal;
+@property (readonly) NSPoint tailTan;
+
/*!
@property leftTailNormal
*/