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

Anchor3DInfo OglGui::Camera3DAnchorControl::GetAnchor3DInfo ( int  ind  )  [inline]

Definition at line 58 of file Camera3DAnchorControl.h.

References cNrOfAnchors, and mAnchors.

00059     {
00060         if (ind < 0 || ind >= cNrOfAnchors)
00061             ind = 0;
00062         return mAnchors[ind];
00063     }


Generated on Fri Mar 19 11:57:54 2010 for ImpalaSrc by  doxygen 1.5.1