summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathinfo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz2015-04-061-8/+4
| | | (bzr r13645.1.77)
* fixing bug on closed pathsJabier Arraiza Cenoz2015-04-061-1/+1
| | | (bzr r13645.1.76)
* Fix a bug in pathinfoJabier Arraiza Cenoz2015-04-061-1/+1
| | | (bzr r13645.1.74)
* Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-031-5/+9
| | | | | | Fixed redundant data in are_near from pointwise Fixed Fillet-Chamfer lpe to allow duplicate nodes (bzr r13645.1.73)
* Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-031-11/+31
| | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-64/+55
| | | (bzr r13645.1.66)
* add documentationJabier Arraiza Cenoz2015-04-011-27/+11
| | | (bzr r13645.1.65)
* More cleanup of code structure.Jabier Arraiza Cenoz2015-04-011-6/+0
| | | | | | TODO: Documentation TODO: Fit code guidelines of Inkscape (bzr r13645.1.64)
* Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-011-0/+178
Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)