Daily Archives: July 18, 2013


Good bye AxisAlignedBox, Hello Aabb

For Ogre 2.0; I’m introducing the new class ‘Aabb’. For once, it has a shorter name 🙂 Aside from that, it’s exactly like an AxisAlignedBox, except it has different representation to store it’s data. AxisAlignedBox stores the bounds using the minimum and maximum corners of the box. Aabb instead uses the […]