IRect 矩形 Rectangle
构造函数 Constructor
l(Number)左位置 left border of the rectangle
t(Number)上位置 top border of the rectangle
r(Number)右位置 right border of the rectangle
b(Number)下位置 bottom border of the rectangle
属性 Attribute
函数 Function
两个矩形是否相交 Whether two rectangles intersect or not
rect(IRect) 要计算的另外一个矩形 the other rectangle
返回值 bool 是否相交 Return bool(intersect or not)
l(Number) 左位置 x of the other rectangle's left border
t(Number)上位置 y of the other rectangle's top border
r(Number)右位置 x of the other rectangle's right border
b(Number)下位置 y of the other rectangle's bottom border
两个矩形是否包含 Whether two rectangles contain each othe or not
返回值 bool 是否包含 Return bool(contain or not)