summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pointwise.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated Pathinfo to discrimine degenerate curves optionaly.Jabier Arraiza Cenoz2015-04-031-5/+5
| | | | | | 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-6/+56
| | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* Adding suport for duplicate nodesJabier Arraiza Cenoz2015-04-021-8/+6
| | | | | | Allow degenrate curves Show helper path whith original path (bzr r13645.1.70)
* Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-011-89/+96
| | | (bzr r13645.1.66)
* add documentationJabier Arraiza Cenoz2015-04-011-29/+31
| | | (bzr r13645.1.65)
* More cleanup of code structure.Jabier Arraiza Cenoz2015-04-011-73/+44
| | | | | | 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/+268
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)