summaryrefslogtreecommitdiffstats
path: root/src/helper/geom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-6/+17
* Merging from trunkTed Gould2008-10-111-0/+24
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-28/+0
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-10/+5
* simplify pathv_to_linear_and_cubic_beziers a bitJohan B. C. Engelen2008-08-021-9/+3
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...Jasper van de Gronde2008-07-191-67/+78
* warning cleanupJon A. Cruz2008-07-161-0/+1
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+38
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* EOL fixupsJon A. Cruz2008-07-051-496/+496
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-6/+6
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-12/+17
* add const to pointers that are not written toJohan B. C. Engelen2008-06-261-5/+3
* add const to references that are not written toJohan B. C. Engelen2008-06-261-7/+6
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...Johan B. C. Engelen2008-06-261-0/+304
* speed up bounds_exact for 2geom even more.Johan B. C. Engelen2008-06-231-3/+3
* add commentJohan B. C. Engelen2008-06-231-1/+1
* make faster 2geom bbox calc.Johan B. C. Engelen2008-06-231-4/+154
* use 2geom method to calc boundingbox of shapeJohan B. C. Engelen2008-06-161-0/+7
* add geom helper file. this will contain Inkscape specific geometry calculatio...Johan B. C. Engelen2008-06-161-0/+33