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

#include <map.hpp>

Public Attributes

glm::vec2 position_
 
glm::vec2 normal_direction_
 
float texture_coordinate_ = 0.f
 
float distance_ = 0.f
 

Detailed Description

Definition at line 42 of file map.hpp.

Member Data Documentation

◆ distance_

float map::textured_line_vertex::distance_ = 0.f

Definition at line 46 of file map.hpp.

◆ normal_direction_

glm::vec2 map::textured_line_vertex::normal_direction_

Definition at line 44 of file map.hpp.

◆ position_

glm::vec2 map::textured_line_vertex::position_

Definition at line 43 of file map.hpp.

◆ texture_coordinate_

float map::textured_line_vertex::texture_coordinate_ = 0.f

Definition at line 45 of file map.hpp.


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