Hymn to Beauty
C++ 3D Engine
Video::Geometry::Geometry2D::Vertex Struct Reference

A vertex point. More...

#include <Geometry2D.hpp>

Public Attributes

glm::vec2 position
 Position. More...
 
glm::vec2 textureCoordinate
 Texture coordinate. More...
 

Detailed Description

A vertex point.

Member Data Documentation

◆ position

glm::vec2 Video::Geometry::Geometry2D::Vertex::position

Position.

◆ textureCoordinate

glm::vec2 Video::Geometry::Geometry2D::Vertex::textureCoordinate

Texture coordinate.


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