proj home

Files   Classes   Functions   Hierarchy  

glTranslateT< T > Class Template Reference

The OpenGL command glTranslate{d,f} has had its type templated using class specialization. More...

#include <OpenGLtemplated.h>

List of all members.

Public Member Functions

void operator() (T const x, T const y) const
 Multiply the current matrix by a translation matrix.


Detailed Description

template<typename T>
class glTranslateT< T >

The OpenGL command glTranslate{d,f} has had its type templated using class specialization.

Definition at line 92 of file OpenGLtemplated.h.


Member Function Documentation

template<typename T>
void glTranslateT< T >::operator() ( T const   x,
T const   y 
) const [inline]

Multiply the current matrix by a translation matrix.

Definition at line 97 of file OpenGLtemplated.h.

00098     { assert(false); }


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

Generated on Fri Mar 4 00:49:57 2011 for Chelton Evans Source by  doxygen 1.5.8