HomeSort by relevance Sort by last modified time
    Searched refs:mLastPointOk (Results 1 - 2 of 2) sorted by null

  /external/eigen/demos/opengl/
trackball.h 25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
38 bool mLastPointOk;
trackball.cpp 22 if (mLastPointOk && newPointOk)
37 mLastPointOk = newPointOk;

Completed in 128 milliseconds