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