Flow Visualisation
glm::detail::tref1< T > Struct Template Reference

#include <type_vec1.hpp>

Public Member Functions

GLM_FUNC_DECL tref1 (T &x)
 
GLM_FUNC_DECL tref1 (tref1< T > const &r)
 
GLM_FUNC_DECL tref1 (tvec1< T > const &v)
 
GLM_FUNC_DECL tref1< T > & operator= (tref1< T > const &r)
 
GLM_FUNC_DECL tref1< T > & operator= (tvec1< T > const &v)
 

Public Attributes

Tx
 

Constructor & Destructor Documentation

template<typename T >
GLM_FUNC_QUALIFIER glm::detail::tref1< T >::tref1 ( T x)
template<typename T >
GLM_FUNC_QUALIFIER glm::detail::tref1< T >::tref1 ( tref1< T > const &  r)
template<typename T >
GLM_FUNC_QUALIFIER glm::detail::tref1< T >::tref1 ( tvec1< T > const &  v)

Member Function Documentation

template<typename T >
GLM_FUNC_QUALIFIER tref1< T > & glm::detail::tref1< T >::operator= ( tref1< T > const &  r)
template<typename T >
GLM_FUNC_QUALIFIER tref1< T > & glm::detail::tref1< T >::operator= ( tvec1< T > const &  v)

Member Data Documentation

template<typename T>
T& glm::detail::tref1< T >::x

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