Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dvec_mat.h1066 T theta_over_two = angle_rad / (T) 2.0; in create_quaternion() local
1067 T sin_theta_over_two = std::sin(theta_over_two); in create_quaternion()
1068 T cos_theta_over_two = std::cos(theta_over_two); in create_quaternion()