Lines Matching refs:aabb3f

50 			aabb3f s(bx, by, bz, bx+1, by+1, bz+1);  in testAxisAlignedCollision()
51 aabb3f m(bx-2, by, bz, bx-1, by+1, bz+1); in testAxisAlignedCollision()
58 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
59 aabb3f m(bx-2, by, bz, bx-1, by+1, bz+1); in testAxisAlignedCollision()
65 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
66 aabb3f m(bx-2, by+1.5, bz, bx-1, by+2.5, bz-1); in testAxisAlignedCollision()
72 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
73 aabb3f m(bx-2, by-1.5, bz, bx-1.5, by+0.5, bz+1); in testAxisAlignedCollision()
80 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
81 aabb3f m(bx-2, by-1.5, bz, bx-1.5, by+0.5, bz+1); in testAxisAlignedCollision()
90 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
91 aabb3f m(bx+2, by, bz, bx+3, by+1, bz+1); in testAxisAlignedCollision()
98 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
99 aabb3f m(bx+2, by, bz, bx+3, by+1, bz+1); in testAxisAlignedCollision()
105 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
106 aabb3f m(bx+2, by, bz+1.5, bx+3, by+1, bz+3.5); in testAxisAlignedCollision()
112 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
113 aabb3f m(bx+2, by-1.5, bz, bx+2.5, by-0.5, bz+1); in testAxisAlignedCollision()
120 aabb3f s(bx, by, bz, bx+1, by+1, bz+1); in testAxisAlignedCollision()
121 aabb3f m(bx+2, by-1.5, bz, bx+2.5, by-0.5, bz+1); in testAxisAlignedCollision()
132 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
133 aabb3f m(bx+2.3, by+2.29, bz+2.29, bx+4.2, by+4.2, bz+4.2); in testAxisAlignedCollision()
140 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
141 aabb3f m(bx+2.29, by+2.3, bz+2.29, bx+4.2, by+4.2, bz+4.2); in testAxisAlignedCollision()
148 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
149 aabb3f m(bx+2.29, by+2.29, bz+2.3, bx+4.2, by+4.2, bz+4.2); in testAxisAlignedCollision()
156 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
157 aabb3f m(bx-4.2, by-4.2, bz-4.2, bx-2.3, by-2.29, bz-2.29); in testAxisAlignedCollision()
164 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
165 aabb3f m(bx-4.2, by-4.2, bz-4.2, bx-2.29, by-2.3, bz-2.29); in testAxisAlignedCollision()
172 aabb3f s(bx, by, bz, bx+2, by+2, bz+2); in testAxisAlignedCollision()
173 aabb3f m(bx-4.2, by-4.2, bz-4.2, bx-2.29, by-2.29, bz-2.3); in testAxisAlignedCollision()