From 525059964fbaf380ad2c3079b965d64e7c6d06d1 Mon Sep 17 00:00:00 2001 From: randomguy3 Date: Mon, 16 Jan 2012 16:38:35 +0000 Subject: Some cleanup before calculating proper head and tail endpoints for Edge git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@379 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64 --- tikzit/src/common/Edge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tikzit/src/common/Edge.h') 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; -- cgit v1.2.3