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

/inkscape/src/2geom/
H A Dpath.h198 PathTime const &finalTime() const { return _to; }
201 PathTime const &to() const { return _to; }
204 bool isDegenerate() const { return _from == _to; }
232 PathTime _from, _to; member in class:Geom::PathInterval

Completed in 25 milliseconds