From 856d8eb8210879d4a4e86f00bf1c332395428039 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Fri, 5 Dec 2008 22:40:41 +0000 Subject: NR -> 2Geom few more files (bzr r6959) --- src/knotholder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knotholder.cpp') diff --git a/src/knotholder.cpp b/src/knotholder.cpp index f7935c7c3..0cb9fc423 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -78,7 +78,7 @@ KnotHolder::~KnotHolder() { void KnotHolder::update_knots() { - NR::Matrix const i2d(sp_item_i2d_affine(item)); + Geom::Matrix const i2d(sp_item_i2d_affine(item)); for(std::list::iterator i = entity.begin(); i != entity.end(); ++i) { KnotHolderEntity *e = *i; @@ -139,7 +139,7 @@ KnotHolder::knot_moved_handler(SPKnot *knot, Geom::Point const &p, guint state) for(std::list::iterator i = this->entity.begin(); i != this->entity.end(); ++i) { KnotHolderEntity *e = *i; if (e->knot == knot) { - NR::Point const q = p * sp_item_i2d_affine(item).inverse(); + Geom::Point const q = p * sp_item_i2d_affine(item).inverse(); e->knot_set(q, e->knot->drag_origin * sp_item_i2d_affine(item).inverse(), state); break; } -- cgit v1.2.3