diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-07-24 23:24:28 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-07-24 23:24:28 +0000 |
| commit | 3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed (patch) | |
| tree | d2ea0404211b3a89850bf4848ea758bc9385ef22 /src/2geom/point.cpp | |
| parent | fix page shadow rendering bug introduced in r10495 (diff) | |
| download | inkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.tar.gz inkscape-3e2e4bb6dc7b919c0fc2a56b3e9eed9e30cfabed.zip | |
Update 2Geom to fix serious IntRect bug I've found in my GSoC branch
(bzr r10502)
Diffstat (limited to 'src/2geom/point.cpp')
| -rw-r--r-- | src/2geom/point.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/point.cpp b/src/2geom/point.cpp index cafc0fdba..3ad9dd1fd 100644 --- a/src/2geom/point.cpp +++ b/src/2geom/point.cpp @@ -49,8 +49,8 @@ namespace Geom { * from the origin (point at 0,0) to the stored coordinates, * and has methods implementing several vector operations (like length()). * - * @par Operator note - * @par + * @section OpNotePoint Operator note + * * Most operators are provided by Boost operator helpers, so they are not visible in this class. * If @a p, @a q, @a r denote points, @a s a floating-point scalar, and @a m a transformation matrix, * then the following operations are available: |
