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