nCine/Primitives/Rect.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.

Classes

template<class T>
class nCine::Rect
Rectangle in a two dimensional space.

Typedefs

using Rectf = Rect<float>
Rectangle in a two dimensional space of floats.
using Recti = Rect<int>
Rectangle in a two dimensional space of 32-bit integers.