Lugdunum  0.1.0
Public Member Functions | Public Attributes | List of all members
lug::Graphics::Render::View::Viewport Class Reference

#include <View.hpp>

Collaboration diagram for lug::Graphics::Render::View::Viewport:
[legend]

Public Member Functions

float getRatio () const
 

Public Attributes

struct {
   float   x
 
   float   y
 
offset
 
struct {
   float   width
 
   float   height
 
extent
 
float minDepth
 
float maxDepth
 

Detailed Description

Definition at line 22 of file View.hpp.

Member Function Documentation

◆ getRatio()

float View::Viewport::getRatio ( ) const
inline

Definition at line 44 of file View.inl.

Member Data Documentation

◆ x

float lug::Graphics::Render::View::Viewport::x

Definition at line 25 of file View.hpp.

◆ y

float lug::Graphics::Render::View::Viewport::y

Definition at line 26 of file View.hpp.

◆ offset

struct { ... } lug::Graphics::Render::View::Viewport::offset

◆ width

float lug::Graphics::Render::View::Viewport::width

Definition at line 30 of file View.hpp.

◆ height

float lug::Graphics::Render::View::Viewport::height

Definition at line 31 of file View.hpp.

◆ extent

struct { ... } lug::Graphics::Render::View::Viewport::extent

◆ minDepth

float lug::Graphics::Render::View::Viewport::minDepth

Definition at line 34 of file View.hpp.

◆ maxDepth

float lug::Graphics::Render::View::Viewport::maxDepth

Definition at line 35 of file View.hpp.


The documentation for this class was generated from the following files: