SimpleWindow
|
表示相对于左上角的点坐标 更多...
#include <Point.h>
Public 成员函数 | |
Point () | |
构造xy均为0的Point结构体 | |
Point (double x, double y) | |
构造指定xy值的Point结构体 | |
Point (const POINT &point) | |
从POINT构造Point结构体 | |
operator POINT () const | |
隐式转换POINT | |
bool | operator== (const Point &other) const |
判断两个Point是否相等 | |
bool | operator!= (const Point &other) const |
判断两个Point是否不相等 | |
Public 属性 | |
double | x |
横坐标 | |
double | y |
纵坐标 | |
友元 | |
std::wostream & | operator<< (std::wostream &wos, const Point &point) |
支持Utils::BuildStr | |
表示相对于左上角的点坐标