From 3fb7711dd09975c83de5995d5247cbdd8d150def Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 22 Mar 2013 19:30:07 +0000 Subject: Add debugging option to Select tool Selecting edges and/or nodes and pressing shift-d will print info about them to the console. --- tikzit/src/common/Edge.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tikzit/src/common/Edge.h') 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 */ -- cgit v1.2.3