Searched defs:IntPoint (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dint-point.h49 class IntPoint class in namespace:Geom
50 : boost::additive< IntPoint
51 , boost::totally_ordered< IntPoint
58 IntPoint() { } function in class:Geom::IntPoint
59 IntPoint(IntCoord x, IntCoord y) { function in class:Geom::IntPoint
86 IntPoint operator-() const {
87 IntPoint ret(-_pt[X], -_pt[Y]);
90 IntPoint &operator+=(IntPoint const &o) {
95 IntPoint
[all...]

Completed in 170 milliseconds