matf-rg-engine  1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Public Attributes | List of all members
engine::graphics::OrthographicMatrixParams Struct Reference

Parameters used to define an orthographic projection matrix. More...

#include <GraphicsController.hpp>

Public Attributes

float Left
 
float Right
 
float Bottom
 
float Top
 
float Near
 
float Far
 

Detailed Description

Parameters used to define an orthographic projection matrix.

Member Data Documentation

◆ Left

float engine::graphics::OrthographicMatrixParams::Left

◆ Right

float engine::graphics::OrthographicMatrixParams::Right

◆ Bottom

float engine::graphics::OrthographicMatrixParams::Bottom

◆ Top

float engine::graphics::OrthographicMatrixParams::Top

◆ Near

float engine::graphics::OrthographicMatrixParams::Near

◆ Far

float engine::graphics::OrthographicMatrixParams::Far

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