nCine/Primitives/AABB.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.
namespace nCine::Primitives
Primitives.

Classes

template<class S>
class nCine::Primitives::AABB
Axis-Aligned Bounding Box in a two dimensional space.
struct nCine::Primitives::NoInitT
No initialization tag type.

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.