Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DRenderTopView.cpp73 android::vec3 vRt = android::vec3(cosYaw, sinYaw, 0.0f); in cameraLookMatrix() local
74 android::vec3 vUp = -cross(vAt, vRt); in cameraLookMatrix()
78 Result[0][0] = vRt.x; in cameraLookMatrix()
79 Result[1][0] = vRt.y; in cameraLookMatrix()
80 Result[2][0] = vRt.z; in cameraLookMatrix()
87 Result[3][0] =-dot(vRt, eye); in cameraLookMatrix()