Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dsensors_simulator.cpp39 Eigen::Matrix3d ry = Eigen::AngleAxisd(y, Eigen::Vector3d::UnitY()).toRotationMatrix(); in getRotationMatrix() local
42 return rz * (ry * rx); in getRotationMatrix()