12 x_ = x_ <= other.x_ ? x_ : other.x_;
13 y_ = y_ <= other.y_ ? y_ : other.y_;
17 x_ = x_ >= other.x_ ? x_ : other.x_;
18 y_ = y_ >= other.y_ ? y_ : other.y_;
27 scaled_p.
Scale(x_scale, y_scale);
constexpr float x() const
std::string ToString() const
constexpr float y() const
void SetToMin(const PointF &other)
void SetToMax(const PointF &other)
std::string StringPrintf(const std::string &format, Args... args)
PointF ScalePoint(const PointF &p, float x_scale, float y_scale)