Searched defs:Point2f (Results 1 – 1 of 1) sorted by relevance
34 Point2f() : x(0.0f), y(0.0f) {} in Point2f() function35 Point2f(const float x, const float y) : x(x), y(y) {} in Point2f() function