Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:09:51 2010 for ImpalaSrc by  doxygen 1.5.1