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

#include <type_vec1.hpp>

Public Member Functions

GLM_FUNC_DECL tref2 (T &x, T &y)
 
GLM_FUNC_DECL tref2 (tref2< T > const &r)
 
GLM_FUNC_DECL tref2 (tvec2< T > const &v)
 
GLM_FUNC_DECL tref2< T > & operator= (tref2< T > const &r)
 
GLM_FUNC_DECL tref2< T > & operator= (tvec2< T > const &v)
 
GLM_FUNC_DECL tvec2< Toperator() ()
 

Public Attributes

Tx
 
Ty
 

Constructor & Destructor Documentation

template<typename T >
glm::detail::tref2< T >::tref2 ( T x,
T y 
)
template<typename T >
glm::detail::tref2< T >::tref2 ( tref2< T > const &  r)
template<typename T >
glm::detail::tref2< T >::tref2 ( tvec2< T > const &  v)
explicit

Member Function Documentation

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

Member Data Documentation

template<typename T>
T& glm::detail::tref2< T >::x
template<typename T>
T& glm::detail::tref2< T >::y

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