summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathinfo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-06Fixes from branch reviewJabier Arraiza Cenoz1-176/+0
(bzr r13645.1.102)
2015-05-10some comments and pointwise related refactorJabier Arraiza Cenoz1-10/+1
(bzr r13645.1.91)
2015-05-10Added some commentsJabier Arraiza Cenoz1-6/+24
(bzr r13645.1.90)
2015-05-10Working on Krzysztof review. Seems to be all fixed.Jabier Arraiza Cenoz1-8/+12
TODO: double check review and comment (bzr r13645.1.89)
2015-05-09fixing reviewJabier Arraiza Cenoz1-43/+30
(bzr r13645.1.86)
2015-04-22adding suport to full path reverseJabier Arraiza Cenoz1-1/+5
(bzr r13645.1.82)
2015-04-06Adding and renaming methofs to pathinfoJabier Arraiza Cenoz1-0/+5
(bzr r13645.1.79)
2015-04-06rename pathinfo functionJabier Arraiza Cenoz1-2/+2
(bzr r13645.1.78)
2015-04-06Fixed bug on closed paths, Clenup of pathinfoJabier Arraiza Cenoz1-8/+4
(bzr r13645.1.77)
2015-04-06fixing bug on closed pathsJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.76)
2015-04-06Fix a bug in pathinfoJabier Arraiza Cenoz1-1/+1
(bzr r13645.1.74)
2015-04-03Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz1-5/+9
Fixed redundant data in are_near from pointwise Fixed Fillet-Chamfer lpe to allow duplicate nodes (bzr r13645.1.73)
2015-04-03Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz1-11/+31
Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
2015-04-01Added documentation and fix to coding style.Jabier Arraiza Cenoz1-64/+55
(bzr r13645.1.66)
2015-04-01add documentationJabier Arraiza Cenoz1-27/+11
(bzr r13645.1.65)
2015-04-01More cleanup of code structure.Jabier Arraiza Cenoz1-6/+0
TODO: Documentation TODO: Fit code guidelines of Inkscape (bzr r13645.1.64)
2015-04-01Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz1-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)