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

  /external/eigen/demos/opengl/
camera.cpp 102 void Camera::setDirection(const Vector3f& newDirection)
104 // TODO implement it computing the rotation between newDirection and current dir ?
109 camAxes.col(2) = (-newDirection).normalized();
122 Vector3f newDirection = mTarget - position();
123 setDirection(newDirection.normalized());
camera.h 69 void setDirection(const Eigen::Vector3f& newDirection);
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 68 milliseconds