rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Classes | Namespaces
Geom.hpp File Reference
#include "forwarddecl/Geom.hpp"

Go to the source code of this file.

Classes

struct  rolmodl::geom::Pos
 int point data type. The value is in pixels. Semantically different from rolmodl::geom::Size. More...
 
struct  rolmodl::geom::Size
 int dimensions data type. The value is in pixels. Semantically different from rolmodl::geom::Pos. More...
 
struct  rolmodl::geom::XYFloats
 float point data type. Used by touch events. More...
 
struct  rolmodl::geom::XYInt32
 int32 point data type. The value is in pixels. Used by mouse events. More...
 
struct  rolmodl::geom::RectWH
 Rectangle represented by its top left corner coordinates, width, and height. More...
 
struct  rolmodl::geom::RectXY
 Rectangle represented by its top left corner coordinates and its bottom right corner coordinates. More...
 

Namespaces

 rolmodl
 Main namespace.
 
 rolmodl::geom
 Geometry structures.
 

Detailed Description

rolmodl geometric primitives.

See also
https://wiki.libsdl.org/CategoryRect

Definition in file Geom.hpp.