From kde-commits Mon Jan 31 23:28:48 2005 From: Maurizio Paolini Date: Mon, 31 Jan 2005 23:28:48 +0000 To: kde-commits Subject: kdeedu/kig Message-Id: <20050131232848.A14F41CFC9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110721414029707 CVS commit by paolini: Added circular inversion of lines and circles (the button is a merge of the three object types: InvertPoint, InvertLine, InvertCircle). Note that inversion is *not* a projective transformation, so we cannot treat it like all other transformations. M +2 -3 ChangeLog 1.219 M +2 -2 kig/kigpartui.rc 1.110 M +2 -6 misc/builtin_stuff.cc 1.75 M +39 -3 misc/special_constructors.cc 1.73 M +8 -0 misc/special_constructors.h 1.31 M +121 -2 objects/inversion_type.cc 1.2 M +25 -1 objects/inversion_type.h 1.2