OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateAroundTarget
(Results
1 - 4
of
4
) sorted by null
/external/eigen/demos/opengl/
trackball.cpp
30
mpCamera->
rotateAroundTarget
(Quaternionf(AngleAxisf(angle, axis)));
camera.h
81
void
rotateAroundTarget
(const Eigen::Quaternionf& q);
110
// used by
rotateAroundTarget
camera.cpp
145
void Camera::
rotateAroundTarget
(const Quaternionf& q)
quaternion_demo.cpp
435
mCamera.
rotateAroundTarget
(q);
Completed in 45 milliseconds