Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dsensors_simulator.cpp63 Eigen::Matrix3d transition_matrix = prior_rotation_matrix * current_rotation_matrix.inverse(); in calculateGyroscope() local
65 Eigen::AngleAxisd angle_axis(transition_matrix); in calculateGyroscope()