载入中...
搜索中...
未找到
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
 

详细描述

Axis-aligned integer rectangle (screen/tile space).

在文件 Math.h45 行定义.

成员函数说明

◆ operator==()

bool eve::Rect::operator== ( const Rect rhs) const
inline

Component-wise equality.

在文件 Math.h51 行定义.

引用了 h, w, x , 以及 y.

类成员变量说明

◆ h

int eve::Rect::h

在文件 Math.h48 行定义.

被这些函数引用 operator==().

◆ w

int eve::Rect::w

在文件 Math.h48 行定义.

被这些函数引用 operator==().

◆ x

int eve::Rect::x

在文件 Math.h47 行定义.

被这些函数引用 operator==().

◆ y

int eve::Rect::y

在文件 Math.h47 行定义.

被这些函数引用 operator==().


该结构体的文档由以下文件生成: