Home
last modified time | relevance | path

Searched refs:vec_up (Results 1 – 1 of 1) sorted by relevance

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp375 Mat4 Mat4::LookAt(const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up) { in LookAt() argument
384 vec_up_norm = vec_up; in LookAt()