nCine/Primitives/AABB.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

template<class S>
class nCine::AABB
Axis-Aligned Bounding Box in a two dimensional space.

Typedefs

using AABBf = AABB<float>
Axis-Aligned Bounding Box in a two dimensional space of floats.
using AABBi = AABB<int>
Axis-Aligned Bounding Box in a two dimensional space of 32-bit integers.