20 #ifndef FASTUIDRAW_PAINTER_ITEM_MATRIX_HPP 21 #define FASTUIDRAW_PAINTER_ITEM_MATRIX_HPP
A PainterItemMatrix holds the value for the transformation from item coordinates to the coordinates i...
#define FASTUIDRAW_NUMBER_BLOCK4_NEEDED(X)
PainterItemMatrix(const vec2 &t=vec2(0.0f, 0.0f))
PainterItemMatrix(const float3x3 &m, const vec2 &t=vec2(0.0f, 0.0f))
all classes and functions of FastUIDraw are in the namespace fastuidraw.
unsigned int data_size(void) const
vec2 m_normalized_translate
A c_array is a wrapper over a C pointer with a size parameter to facilitate bounds checking and provi...
void pack_data(c_array< uvec4 > dst) const
item_matrix_data_offset_t
Enumeration that provides offsets for the item matrix from the location of that data (item_matrix_off...