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

  /external/eigen/demos/opengl/
trackball.cpp 32 mpCamera->localRotate(Quaternionf(AngleAxisf(-angle, axis)));
camera.h 82 void localRotate(const Eigen::Quaternionf& q);
camera.cpp 166 void Camera::localRotate(const Quaternionf& q)
quaternion_demo.cpp 433 mCamera.localRotate(q);

Completed in 493 milliseconds