Searched defs:contour_point_t (Results 1 – 1 of 1) 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 float x = 0.f;49 float y = 0.f;50 uint8_t flag = 0;51 bool is_end_point = false;