X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Farc.cpp;h=d4d747b7df80d1a3a7dd7cb8c4e1010609e82b7a;hb=a6b8028671329872326c5e8ebd8037658f4c066f;hp=6aefc1c52bc663d1070e8b8e252f175962266737;hpb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;p=architektonas diff --git a/src/arc.cpp b/src/arc.cpp index 6aefc1c..d4d747b 100644 --- a/src/arc.cpp +++ b/src/arc.cpp @@ -466,7 +466,7 @@ same reference number. Point c2 = Geometry::RotatePointAroundPoint(angleStartPoint, point, angle); position = c1; - startAngle = Vector(c2, c1).Angle(); + startAngle = Vector(c1, c2).Angle(); }