HoviTron Video Pipeline
Data Fields
InputProvider::EquirectangularIntrinsics Struct Reference

Intrinsics parameters of a equirectangular projection. More...

#include <InputProvider.h>

Data Fields

glm::vec2 verticalRange = { -1,-1}
 
glm::vec2 horizontalRange = {-1,-1}
 

Detailed Description

Intrinsics parameters of a equirectangular projection.

Definition at line 51 of file InputProvider.h.

Field Documentation

◆ horizontalRange

glm::vec2 InputProvider::EquirectangularIntrinsics::horizontalRange = {-1,-1}

Horizontal range of the solid angle of the projection [deg]

Definition at line 53 of file InputProvider.h.

◆ verticalRange

glm::vec2 InputProvider::EquirectangularIntrinsics::verticalRange = { -1,-1}

Vertical range of the solid angle of the projection [deg]

Definition at line 52 of file InputProvider.h.


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