]> Shamusworld >> Repos - architektonas/commitdiff
Fix Dimension to draw correctly.
authorShamus Hammons <jlhamm@acm.org>
Sun, 8 Sep 2013 19:23:59 +0000 (14:23 -0500)
committerShamus Hammons <jlhamm@acm.org>
Sun, 8 Sep 2013 19:23:59 +0000 (14:23 -0500)
src/dimension.cpp

index 83e657afcb62a1d2362f155a3120c4788ddfc040..db2a2085d42bd730048aa536a3d31ffebe1320cc 100644 (file)
@@ -93,8 +93,8 @@ I believe they are pixels.
        // Calculate whether or not the arrowheads are too crowded to put inside
        // the extension lines. 9.0 is the length of the arrowhead.
 //     double t = Vector::Parameter(position, endpoint, endpoint - (unit * 9.0 * size));
-//     double t = Vector::Parameter(position, endpoint, position + (unit * 9.0 * size));
-       double t = Vector::Parameter(endpoint, position, position + (unit * 9.0 * size));
+       double t = Vector::Parameter(position, endpoint, position + (unit * 9.0 * size));
+//     double t = Vector::Parameter(endpoint, position, position + (unit * 9.0 * size));
 //printf("Dimension::Draw(): t = %lf\n", t);
 
 // On the screen, it's acting like this is actually 58%...