diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-06-23 16:38:51 +0000 |
| commit | 1079b1b4c0331e5d4bd62f3c93349aec50f520f0 (patch) | |
| tree | 50b185ea8e291e6bdbbd36dddc76820e88f44309 /src/2geom/transforms.h | |
| parent | Remove the dom/work directory (diff) | |
| download | inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.tar.gz inkscape-1079b1b4c0331e5d4bd62f3c93349aec50f520f0.zip | |
Update 2Geom to pull in integer rectangle class
(bzr r10347.1.1)
Diffstat (limited to 'src/2geom/transforms.h')
| -rw-r--r-- | src/2geom/transforms.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/2geom/transforms.h b/src/2geom/transforms.h index 48d4b1dba..9623bed26 100644 --- a/src/2geom/transforms.h +++ b/src/2geom/transforms.h @@ -32,12 +32,12 @@ * the specific language governing rights and limitations. */ -#ifndef SEEN_Geom_TRANSFORMS_H -#define SEEN_Geom_TRANSFORMS_H +#ifndef LIB2GEOM_SEEN_TRANSFORMS_H +#define LIB2GEOM_SEEN_TRANSFORMS_H +#include <cmath> #include <2geom/forward.h> #include <2geom/affine.h> -#include <cmath> namespace Geom { @@ -66,7 +66,8 @@ struct TransformConcept { } }; -/** @brief Base template for transforms. */ +/** @brief Base template for transforms. + * This class is an implementation detail and should not be used directly. */ template <typename T> class TransformOperations : boost::equality_comparable< T @@ -198,6 +199,7 @@ public: }; /** @brief Common base for shearing transforms. + * This class is an implementation detail and should not be used directly. * @ingroup Transforms */ template <typename S> class ShearBase @@ -259,10 +261,9 @@ inline Translate pow(Translate const &t, int n) { //TODO: matrix to trans/scale/rotate -} /* namespace Geom */ - +} // end namespace Geom -#endif /* !SEEN_Geom_TRANSFORMS_H */ +#endif // LIB2GEOM_SEEN_TRANSFORMS_H /* Local Variables: |
