diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-09-01 13:29:40 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-09-01 13:29:40 +0000 |
| commit | 342d2fa9c8f2612684843f2c30ecd875126f0667 (patch) | |
| tree | a9e5b55304697e06f8cd77ab9068c9a21540c084 /src/line-geometry.cpp | |
| parent | r16474@tres: ted | 2007-08-31 21:37:33 -0700 (diff) | |
| download | inkscape-342d2fa9c8f2612684843f2c30ecd875126f0667.tar.gz inkscape-342d2fa9c8f2612684843f2c30ecd875126f0667.zip | |
Infrastructure to set direction of infinite VPs (now adjustable by some shortcuts; this may be removed later on)
(bzr r3657)
Diffstat (limited to 'src/line-geometry.cpp')
| -rw-r--r-- | src/line-geometry.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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<double, double> coordinates (NR::Point const &v1, NR::Point const &v2, NR::Point const &w) { |
