Searched refs:newDirection (Results 1 - 3 of 3) sorted by relevance

/external/eigen/demos/opengl/
H A Dcamera.cpp102 void Camera::setDirection(const Vector3f& newDirection) argument
104 // TODO implement it computing the rotation between newDirection and current dir ?
109 camAxes.col(2) = (-newDirection).normalized();
122 Vector3f newDirection = mTarget - position(); local
123 setDirection(newDirection.normalized());
H A Dcamera.h69 void setDirection(const Eigen::Vector3f& newDirection);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 199 milliseconds