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

#include <map.hpp>

Public Member Functions

 text_line_vertex ()
 
 text_line_vertex (glm::vec2 position, glm::vec2 normal_direction, glm::vec2 direction, glm::vec3 texture_coord, float thickness)
 

Public Attributes

glm::vec2 position_
 
glm::vec2 normal_direction_
 
glm::vec2 direction_
 
glm::vec3 texture_coord_
 
float thickness_ = 0.f
 

Detailed Description

Definition at line 65 of file map.hpp.

Constructor & Destructor Documentation

◆ text_line_vertex() [1/2]

map::text_line_vertex::text_line_vertex ( )
inline

Definition at line 66 of file map.hpp.

◆ text_line_vertex() [2/2]

map::text_line_vertex::text_line_vertex ( glm::vec2  position,
glm::vec2  normal_direction,
glm::vec2  direction,
glm::vec3  texture_coord,
float  thickness 
)
inline

Definition at line 67 of file map.hpp.

Member Data Documentation

◆ direction_

glm::vec2 map::text_line_vertex::direction_

Definition at line 71 of file map.hpp.

◆ normal_direction_

glm::vec2 map::text_line_vertex::normal_direction_

Definition at line 70 of file map.hpp.

◆ position_

glm::vec2 map::text_line_vertex::position_

Definition at line 69 of file map.hpp.

◆ texture_coord_

glm::vec3 map::text_line_vertex::texture_coord_

Definition at line 72 of file map.hpp.

◆ thickness_

float map::text_line_vertex::thickness_ = 0.f

Definition at line 73 of file map.hpp.


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