Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp124 Mat4f matrix_y(Vec4f(cos(pitch), 0.0f, sin(pitch), 0.0f), in generate_rotation_matrix() local
134 return matrix_z * matrix_y * matrix_x; in generate_rotation_matrix()