This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
LInE
/
Alfabetiza
دنبال کردن
6
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
1f0911fea6
شاخهها
تگها
master
Alfabetiza
/
pandora
/
components
/
Rect.js
Rect.js
134 B
تاريخچه
خام
1
2
3
4
5
6
7
8
9
10
class Rect
{
constructor(x, y, w, h)
{
this.x = x;
this.y = y;
this.w = w;
this.h = h;
}
}