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

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

Completed in 1770 milliseconds