]> Shamusworld >> Repos - architektonas/commit
Added new triangulation tool, ability to snap to endpoints/intersections.
authorShamus Hammons <jlhamm@acm.org>
Mon, 19 May 2014 18:36:53 +0000 (13:36 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 19 May 2014 18:36:53 +0000 (13:36 -0500)
commit7f3a6b11585376eecd80979ec3da2346c5314d88
tree2b33ce51559d5538712299863df07e13e109be97
parentc85958d34fac175452fe420ff24ea82f26d6f1f3
Added new triangulation tool, ability to snap to endpoints/intersections.

Note that the new snap functionality is not yet complete; there are still
gaps in functionality for different entities. It's almost in a usuable
state--just have to tweak a few things here and there and I can put out a
1.0.0 for general consumption. :-)
22 files changed:
architektonas.pro
res/architektonas.qrc
res/atns-icon.png
res/triangulate-tool.png [new file with mode: 0644]
src/applicationwindow.cpp
src/applicationwindow.h
src/arc.cpp
src/circle.cpp
src/container.cpp
src/container.h
src/dimension.cpp
src/drawingview.cpp
src/geometry.cpp
src/geometry.h
src/line.cpp
src/object.cpp
src/object.h
src/triangulateaction.cpp [new file with mode: 0644]
src/triangulateaction.h [new file with mode: 0644]
src/trimaction.cpp
src/vector.cpp
src/vector.h