Searched refs:bowl_y (Results 1 – 1 of 1) sorted by relevance
32 const float bowl_x, const float bowl_y, in transform_bowl_coord_to_image_x() argument35 float offset_radian = (bowl_x < 0.0f) ? PI : ((bowl_y >= 0.0f) ? 2.0f * PI : 0.0f); in transform_bowl_coord_to_image_x()36 …float arctan_radian = (bowl_x != 0.0f) ? atan (-bowl_y / bowl_x) : ((bowl_y >= 0.0f) ? -PI / 2.0f … in transform_bowl_coord_to_image_x()46 const float bowl_x, const float bowl_y, const float bowl_z, in transform_bowl_coord_to_image_y() argument65 …float cur_semimajor = sqrt (bowl_x * bowl_x + bowl_y * bowl_y * axis_ratio * axis_ratio) / axis_ra… in transform_bowl_coord_to_image_y()