
I could really use some help with this. Please help converting NR:: to Geom:: for the following types:
NR::Point => Geom::Point NR::Matrix => Geom::Matrix NR::scale => Geom::Scale NR::translate => Geom::Translate NR::rotate => Geom::Rotate NR::Rect => Geom::Rect NR::Coord => Geom::Coord NR::Dim2 => Geom::Dim2 and perhaps some other types as well. (*not* NR::IRect, NR::Filter*)
I use the attached script. (replaces 'NR::' with 'Geom::') I tweak it a bit to then convert some things back to NR. (like Geom::Filter back to NR::Filter)
The conversion work is pretty simple (read: dumb) work. Run the script, then try to compile and fix all errors that pop up. Usually fixing an error involves adding the right include files, or adding to_2geom or from_2geom. Note the capital for scale, translate and rotate (the Geom::Scale and friends are found in <2geom/transforms.h>
Thanks a lot, I am getting burned out on this one :(
Johan