Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Mat* Impala::Core::Matrix::MatMakeRotate2dDeg ( double  alpha  )  [inline]

Definition at line 15 of file MatMakeRotate2dDeg.h.

References M_PI, and MatMakeRotate2dRad().

Referenced by Impala::Core::Array::Rotate().

00016 {
00017     return MatMakeRotate2dRad(M_PI*alpha/180.0);
00018 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:16:01 2010 for ImpalaSrc by  doxygen 1.5.1