Searched defs:Bound (Results 1 – 1 of 1) sorted by relevance
25 struct Bound { struct26 std::vector<Point<double>> points;27 size_t currentPoint = 0;28 bool winding = false;31 Bound(const Bound& rhs) { in Bound() function36 Bound& operator=(Bound&& rhs) { in operator =()44 double interpolate(uint32_t y) { in interpolate()