Searched defs:contour_point_t (Results 1 – 2 of 2) sorted by relevance
41 struct contour_point_t struct43 void init (float x_ = 0.f, float y_ = 0.f, bool is_end_point_ = false) in init()46 void translate (const contour_point_t &p) { x += p.x; y += p.y; } in translate()48 uint8_t flag;49 float x, y;50 bool is_end_point;