OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastPoint3D
(Results
1 - 2
of
2
) sorted by null
/external/eigen/demos/opengl/
trackball.cpp
24
Vector3f axis =
mLastPoint3D
.cross(newPoint3D).normalized();
25
float cos_angle =
mLastPoint3D
.dot(newPoint3D);
36
mLastPoint3D
= newPoint3D;
trackball.h
36
Eigen::Vector3f
mLastPoint3D
;
Completed in 59 milliseconds