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

/inkscape/src/2geom/
H A Dpoint.h196 IntPoint ceil() const { function in class:Geom::Point
197 IntPoint ret(::ceil(_pt[X]), ::ceil(_pt[Y]));

Completed in 35 milliseconds