matf-rg-engine  1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
engine::graphics::PerspectiveMatrixParams Struct Reference

Parameters used to define a perspective projection matrix. More...

#include <GraphicsController.hpp>

Public Attributes

float FOV
 
float Width
 
float Height
 
float Near
 
float Far
 

Detailed Description

Parameters used to define a perspective projection matrix.

Member Data Documentation

◆ FOV

float engine::graphics::PerspectiveMatrixParams::FOV

◆ Width

float engine::graphics::PerspectiveMatrixParams::Width

◆ Height

float engine::graphics::PerspectiveMatrixParams::Height

◆ Near

float engine::graphics::PerspectiveMatrixParams::Near

◆ Far

float engine::graphics::PerspectiveMatrixParams::Far

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