载入中...
搜索中...
未找到
eve::Rect结构体 参考
Axis-aligned integer rectangle (screen/tile space). 更多...
#include <Math.h>
Public 成员函数 | |
| bool | operator== (const Rect &rhs) const |
| Component-wise equality. | |
Public 属性 | |
| int | x |
| int | y |
| int | w |
| int | h |
详细描述
成员函数说明
◆ operator==()
|
inline |
类成员变量说明
◆ h
| int eve::Rect::h |
被这些函数引用 operator==().
◆ w
| int eve::Rect::w |
被这些函数引用 operator==().
◆ x
| int eve::Rect::x |
被这些函数引用 operator==().
◆ y
| int eve::Rect::y |
被这些函数引用 operator==().
该结构体的文档由以下文件生成:
- src/engine/common/Math.h