Lums
Public Member Functions | Public Attributes | List of all members
lm::Projection Struct Reference

An helper struct used to define a projection. More...

#include <Projection.hpp>

Public Member Functions

 Projection ()
 

Public Attributes

Matrix4f model
 
Matrix4f view
 
Matrix4f projection
 

Detailed Description

An helper struct used to define a projection.

Constructor & Destructor Documentation

lm::Projection::Projection ( )
inline

Create the identity projection

Member Data Documentation

Matrix4f lm::Projection::model

The model

Matrix4f lm::Projection::projection

The projection

Matrix4f lm::Projection::view

The view


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