Searched refs:cos (Results 1 – 3 of 3) sorted by relevance
53 double cos(double x) in cos() function55 double cos(x) in cos()
325 *y = cos((180+yaw)*3.14/180); in get_yawing()341 float z1 = R*cos(theta_around_x*3.14/180); in get_eye_x_y_z()344 float zz2 = z1 * cos(theta_around_y*3.14/180); in get_eye_x_y_z()
524 const float cos_angle = std::cos(angle / M_PI); in CoordinatesForOrientation()