We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x,y, width,height를 담는 사각형
Rect rt(0,0,100,100);
containsPoint 사각형 범위에 점이 속해 있는지 검사, 속할 경우 true, 아니면 false
bool c = rect.containsPoint(pt);
intersectsRect 두 사각형 사이에 충돌 영역이 있는지 검사, 충돌할 경우 true, 아니면 false
bool i = rect1.intersectRect(rect2);
unionWithRect 두 사각형의 교집합을 계산
union = rect1.unionWithRect(rect2);
There was an error while loading. Please reload this page.
Top 팀 소개 게임 소개 스터디 회의록