태그>aabb(총 2개의 글)
'aabb' 관련 최근글
-
- [3D] 사각형의 충돌체크

-
hellz's Blog && Workshop by hellz|2009/05/03 20:26
사각형 충돌을 위한 사각형에는 두가지 종류가 있습니다. AABB : 슬라이드 49.O {color:black; font-size:149%;}a:link {color:blue !important;}a:active {color:#C0504D !important;}a:visited {..
- [3D] 사각형의 충돌체크
-
- AABB 교차판정 (minimax test)

-
Int32님의 이글루 by Int32|2008/12/01 15:38
아래 두 함수는 동일 copy&paste용으로 2벌 작성. //교차하면 true, 교차하지 않으면 false를 반환 bool AABB_intersect(const agg::rect_base& boxA, const agg::rect_base& boxB) { return !((boxA.xmax < boxB.xmin) || (..
- AABB 교차판정 (minimax test)

