FastUIDraw
Public Attributes | List of all members
fastuidraw::Painter::NormalizedCoordRect Class Reference

A NormalizedCoordRect is used to specify a rectangle in -normalized- device coordinates. Recall that normalized device coordinates hae that the bottom-left is (-1, 1) and the top right is (+1, +1) ALWAYS. More...

#include <painter.hpp>

Public Attributes

Rect m_rect
 

Detailed Description

A NormalizedCoordRect is used to specify a rectangle in -normalized- device coordinates. Recall that normalized device coordinates hae that the bottom-left is (-1, 1) and the top right is (+1, +1) ALWAYS.

Definition at line 200 of file painter.hpp.

Member Data Documentation

◆ m_rect

Rect fastuidraw::Painter::NormalizedCoordRect::m_rect

The actual values of the rect.

Definition at line 206 of file painter.hpp.


The documentation for this class was generated from the following file: