11 Jul
2013
11 Jul
'13
4:57 p.m.
On Thu, 2013-07-11 at 18:40 +0200, jbc.engelen@...2592... wrote:
Which Rects do have area functions? I think it'd be nice to add an area method to the Rect class in 2Geom.
2geom/generic-rect.h:181
There's not just area, but height and width too. I wasn't able to call any of them from the Geom::OptRect objects in the code. Maybe I don't understand what it means by `C foo() const {}` and there is some special way to call it?
Martin,