diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-12-05 19:56:36 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-12-05 19:56:36 +0000 |
| commit | 7d937fffc4337f86b3c8b641be867f22c694d151 (patch) | |
| tree | 0c8b1bd5709e6b9912f6aeb3d3b81dbfb4d6ff40 /src/spiral-context.cpp | |
| parent | Layout code cleanup. (diff) | |
| download | inkscape-7d937fffc4337f86b3c8b641be867f22c694d151.tar.gz inkscape-7d937fffc4337f86b3c8b641be867f22c694d151.zip | |
NR -> 2Geom, more h and cpp files
(bzr r6952)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 57ff80209..090c8d276 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -452,7 +452,7 @@ sp_spiral_drag(SPSpiralContext *sc, Geom::Point p, guint state) Geom::Point const delta = p1 - p0; gdouble const rad = Geom::L2(delta); - gdouble arg = NR::atan2(delta) - 2.0*M_PI*spiral->revo; + gdouble arg = Geom::atan2(delta) - 2.0*M_PI*spiral->revo; if (state & GDK_CONTROL_MASK) { arg = sp_round(arg, M_PI/snaps); |
