[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 }