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

/external/eigen/demos/opengl/
H A Dcamera.cpp21 mViewMatrix.setIdentity();
49 mViewMatrix = other.mViewMatrix;
151 Vector3f t = mViewMatrix * mTarget;
153 mViewMatrix = Translation3f(t)
156 * mViewMatrix;
158 Quaternionf qa(mViewMatrix.linear());
161 setPosition(- (qa * mViewMatrix.translation()) );
198 mViewMatrix.linear() = q.toRotationMatrix();
199 mViewMatrix
[all...]
H A Dcamera.h104 mutable Eigen::Affine3f mViewMatrix; member in class:Camera

Completed in 783 milliseconds