OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapToSphere
(Results
1 - 2
of
2
) sorted by null
/external/eigen/demos/opengl/
trackball.h
33
bool
mapToSphere
( const Eigen::Vector2i& p2, Eigen::Vector3f& v3);
trackball.cpp
20
bool newPointOk =
mapToSphere
(point2D, newPoint3D);
40
bool Trackball::
mapToSphere
(const Vector2i& p2, Vector3f& v3)
Completed in 1476 milliseconds