diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 16:05:32 +0000 |
| commit | d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a (patch) | |
| tree | 69ea9c65f725d83ae1bc267ea5a0358a1bc1d793 /src/libnr/nr-values.h | |
| parent | Remove all NRRect use. (diff) | |
| download | inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.tar.gz inkscape-d6af1140ee108cc7d7fb6e0ba89ff7e30bb7ad3a.zip | |
Completely remove NRRect, NRRectL, in-svg-plane.h
(bzr r10582.1.6)
Diffstat (limited to 'src/libnr/nr-values.h')
| -rw-r--r-- | src/libnr/nr-values.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/src/libnr/nr-values.h b/src/libnr/nr-values.h deleted file mode 100644 index 07faec9fa..000000000 --- a/src/libnr/nr-values.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef __NR_VALUES_H__ -#define __NR_VALUES_H__ - -/* - * Pixel buffer rendering library - * - * Authors: - * Lauris Kaplinski <lauris@kaplinski.com> - * - * This code is in public domain - */ - -#include <libnr/nr-forward.h> -#include <2geom/point.h> - -#define NR_EPSILON 1e-18 - -#define NR_HUGE 1e18 -#define NR_HUGE_L (0x7fffffff) - -/* -The following predefined objects are for reference -and comparison. They are defined in nr-values.cpp -*/ -extern NRRect NR_RECT_EMPTY; -extern NRRectL NR_RECT_L_EMPTY; - -/** component_vectors[i] has 1.0 at position i, and 0.0 elsewhere - (i.e. in the other position). */ -extern Geom::Point const component_vectors[2]; - -#endif - -/* - Local Variables: - mode:c++ - c-file-style:"stroustrup" - c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) - indent-tabs-mode:nil - fill-column:99 - End: -*/ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : |
