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

/inkscape/src/2geom/
H A Dpath.h133 size_type curve_index; ///< Index of the curve in the path member in struct:Geom::PathTime
135 PathTime() : t(0), curve_index(0) {}
136 PathTime(size_type idx, Coord tval) : t(tval), curve_index(idx) {}
139 if (curve_index < other.curve_index) return true;
140 if (curve_index == other.curve_index) {
146 return curve_index == other.curve_index && t == other.t;
151 curve_index
[all...]

Completed in 837 milliseconds