Fove SDK  v1.3.1
Public Attributes | List of all members
Fove::Stereo< Type > Struct Template Reference

Class to hold two copies of something, one for each left and right respectively. More...

#include <FoveAPI.h>

Collaboration diagram for Fove::Stereo< Type >:
Collaboration graph
[legend]

Public Attributes

Type l {}
 Left side.
 
Type r {}
 Right side.
 

Detailed Description

template<typename Type>
struct Fove::Stereo< Type >

Class to hold two copies of something, one for each left and right respectively.

This is similar to std::pair but more explicitly meant for stereo items.