rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
Classes
rolmodl::geom Namespace Reference

Geometry structures. More...

Classes

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

Detailed Description

Geometry structures.