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

void OglGui::ViewerPoint::PointXY ( float  x,
float  y 
) [inline]

Definition at line 60 of file ViewerPoint.h.

References mX, and mY.

Referenced by OglGui::ViewerPointCloud::HandleDragging().

00061     {
00062         mX = x;
00063         mY = y;
00064     }


Generated on Thu Jan 13 09:27:15 2011 for ImpalaSrc by  doxygen 1.5.1