Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:20:12 2011 for ImpalaSrc by  doxygen 1.5.1