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

void OglGui::Carousel3D::Clamp360 ( float &  f  )  [inline]

Definition at line 145 of file Carousel3D.h.

Referenced by RotateTo(), and RotateToNearest().

00146     {
00147         while (f < 0)
00148             f += 360;
00149         while (f - 360 > 0)
00150             f -= 360;
00151     }


Generated on Thu Jan 13 09:26:12 2011 for ImpalaSrc by  doxygen 1.5.1