From 342d2fa9c8f2612684843f2c30ecd875126f0667 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Sat, 1 Sep 2007 13:29:40 +0000 Subject: Infrastructure to set direction of infinite VPs (now adjustable by some shortcuts; this may be removed later on) (bzr r3657) --- src/line-geometry.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/line-geometry.cpp') diff --git a/src/line-geometry.cpp b/src/line-geometry.cpp index 7b6ba0449..872e9ed6b 100644 --- a/src/line-geometry.cpp +++ b/src/line-geometry.cpp @@ -91,11 +91,6 @@ double Line::lambda (NR::Point const pt) return lambda; } -inline static double determinant (NR::Point const &a, NR::Point const &b) -{ - return (a[NR::X] * b[NR::Y] - a[NR::Y] * b[NR::X]); -} - /* The coordinates of w with respect to the basis {v1, v2} */ std::pair coordinates (NR::Point const &v1, NR::Point const &v2, NR::Point const &w) { -- cgit v1.2.3