Searched refs:mapToSphere (Results 1 - 2 of 2) sorted by relevance

/external/eigen/demos/opengl/
H A Dtrackball.h33 bool mapToSphere( const Eigen::Vector2i& p2, Eigen::Vector3f& v3);
H A Dtrackball.cpp20 bool newPointOk = mapToSphere(point2D, newPoint3D);
40 bool Trackball::mapToSphere(const Vector2i& p2, Vector3f& v3) function in class:Trackball

Completed in 998 milliseconds