Searched defs:EdgeF (Results 1 – 1 of 1) sorted by relevance
459 struct EdgeF { struct461 EdgeF(float x, float y) : x(x), y(y) {} in EdgeF() function470 EdgeF operator+(const EdgeF& add) const argument479 …RadiusF(const EdgeF& radius) : topLeft(radius), topRight(radius), bottomLeft(radius), bottomRight(… in RadiusF() argument