Tilt Five NDK  1.4.1
T5_ProjectionInfo Struct Reference

Projection parameters. More...

#include <types.h>

Data Fields

double matrix [16]
 4×4 Perspective Projection Matrix More...
 
double fieldOfView
 Field of View (Y Axis in Degrees) More...
 
double aspectRatio
 Aspect Ratio. More...
 
uint16_t framebufferWidth
 Framebuffer Width. More...
 
uint16_t framebufferHeight
 Framebuffer Height. More...
 

Detailed Description

Projection parameters.

Definition at line 520 of file types.h.

Field Documentation

◆ aspectRatio

double T5_ProjectionInfo::aspectRatio

Aspect Ratio.

Definition at line 528 of file types.h.

◆ fieldOfView

double T5_ProjectionInfo::fieldOfView

Field of View (Y Axis in Degrees)

Definition at line 525 of file types.h.

◆ framebufferHeight

uint16_t T5_ProjectionInfo::framebufferHeight

Framebuffer Height.

Definition at line 534 of file types.h.

◆ framebufferWidth

uint16_t T5_ProjectionInfo::framebufferWidth

Framebuffer Width.

Definition at line 531 of file types.h.

◆ matrix

double T5_ProjectionInfo::matrix[16]

4×4 Perspective Projection Matrix

Definition at line 522 of file types.h.


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