Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp386 vec_side = vec_up_norm.Cross(vec_forward); in LookAt()
387 vec_up_norm = vec_forward.Cross(vec_side); in LookAt()
Dvecmath.h385 Vec3 Cross(const Vec3& rhs) { in Cross() function
603 Vec3 Cross(const Vec3& rhs) { in Cross() function