Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp32 const float bowl_x, const float bowl_y, in transform_bowl_coord_to_image_x() argument
35 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() argument
65 …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()