Project Alice
Loading...
Searching...
No Matches
map::text_line_generator_data Struct Reference

#include <map.hpp>

Collaboration diagram for map::text_line_generator_data:

Public Member Functions

 text_line_generator_data ()
 
 text_line_generator_data (text::stored_glyphs &&text_, glm::vec4 coeff_, glm::vec2 basis_, glm::vec2 ratio_)
 

Public Attributes

text::stored_glyphs text
 
glm::vec4 coeff {0.f}
 
glm::vec2 basis {0.f}
 
glm::vec2 ratio {0.f}
 

Detailed Description

Definition at line 76 of file map.hpp.

Constructor & Destructor Documentation

◆ text_line_generator_data() [1/2]

map::text_line_generator_data::text_line_generator_data ( )
inline

Definition at line 77 of file map.hpp.

◆ text_line_generator_data() [2/2]

map::text_line_generator_data::text_line_generator_data ( text::stored_glyphs &&  text_,
glm::vec4  coeff_,
glm::vec2  basis_,
glm::vec2  ratio_ 
)
inline

Definition at line 78 of file map.hpp.

Member Data Documentation

◆ basis

glm::vec2 map::text_line_generator_data::basis {0.f}

Definition at line 81 of file map.hpp.

◆ coeff

glm::vec4 map::text_line_generator_data::coeff {0.f}

Definition at line 80 of file map.hpp.

◆ ratio

glm::vec2 map::text_line_generator_data::ratio {0.f}

Definition at line 82 of file map.hpp.

◆ text

text::stored_glyphs map::text_line_generator_data::text

Definition at line 79 of file map.hpp.


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