Searched refs:angle_x (Results 1 – 3 of 3) sorted by relevance
163 const double angle_x = M_PI / 6.0; in project() local173 double y1 = y * cos( angle_x ); in project()174 double z1 = y * sin( angle_x ); in project()
306 const double angle_x = M_PI / 6.0; in project() local316 double y1 = y * cos( angle_x ); in project()317 double z1 = y * sin( angle_x ); in project()
989 const double angle_x = M_PI / 6.0; in project() local999 double y1 = y * cos( angle_x ); in project()1000 double z1 = y * sin( angle_x ); in project()
Completed in 57 milliseconds