nCine/Primitives/Rect.h file

Namespaces

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

Classes

template<class T>
class nCine::Primitives::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.