Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
Loading...
Searching...
No Matches
rendering_engine::Transformations2D Struct Reference

Contains transformation matrices for 2D rendering. More...

#include <vertex_declarations.hpp>

Public Attributes

glm::mat4 model
 Model transformation matrix.
glm::mat4 view
 View (camera) transformation matrix.
glm::mat4 proj
 Projection transformation matrix.

Detailed Description

Contains transformation matrices for 2D rendering.

Definition at line 33 of file vertex_declarations.hpp.

Member Data Documentation

◆ model

glm::mat4 rendering_engine::Transformations2D::model

Model transformation matrix.

Definition at line 35 of file vertex_declarations.hpp.

◆ proj

glm::mat4 rendering_engine::Transformations2D::proj

Projection transformation matrix.

Definition at line 37 of file vertex_declarations.hpp.

◆ view

glm::mat4 rendering_engine::Transformations2D::view

View (camera) transformation matrix.

Definition at line 36 of file vertex_declarations.hpp.


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