summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-6/+17
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-0/+24
| | | (bzr r6884)
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-28/+0
| | | (bzr r6579)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-10/+5
| | | (bzr r6564)
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
| | | (bzr r6536)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
| | | (bzr r6383)
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵Jasper van de Gronde2008-07-191-67/+78
| | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363)
* warning cleanupJon A. Cruz2008-07-161-0/+1
| | | (bzr r6329)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+38
| | | (bzr r6284)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-111-1/+1
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* EOL fixupsJon A. Cruz2008-07-051-496/+496
| | | (bzr r6164)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-041-6/+6
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-12/+17
| | | (bzr r6087)
* add const to pointers that are not written toJohan B. C. Engelen2008-06-261-5/+3
| | | (bzr r6071)
* add const to references that are not written toJohan B. C. Engelen2008-06-261-7/+6
| | | (bzr r6069)
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵Johan B. C. Engelen2008-06-261-0/+304
| | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067)
* speed up bounds_exact for 2geom even more.Johan B. C. Engelen2008-06-231-3/+3
| | | (bzr r6035)
* add commentJohan B. C. Engelen2008-06-231-1/+1
| | | (bzr r6033)
* make faster 2geom bbox calc.Johan B. C. Engelen2008-06-231-4/+154
| | | (bzr r6032)
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-161-0/+7
| | | (bzr r5968)
* add geom helper file. this will contain Inkscape specific geometry ↵Johan B. C. Engelen2008-06-161-0/+33
calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965)