Code

New LPE: Circle (with center at the first point and passing through the last point...
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 30 Mar 2008 16:42:27 +0000 (16:42 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 30 Mar 2008 16:42:27 +0000 (16:42 +0000)
commit8d9f5d586a04809427ce1df284a5720112177991
treeb6a7888ec7a5a21f825414496baafe0bdd7d215c
parentb646aaae3a1f344f077bf9ac5d364663dad89ebe
New LPE: Circle (with center at the first point and passing through the last point of the original path).
This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08.
src/live_effects/Makefile_insert
src/live_effects/effect.cpp
src/live_effects/effect.h
src/live_effects/lpe-circle_with_radius.cpp [new file with mode: 0644]
src/live_effects/lpe-circle_with_radius.h [new file with mode: 0644]