OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newDirection
(Results
1 - 2
of
2
) 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
);
Completed in 1113 milliseconds