Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp35 float offset_radian = (bowl_x < 0.0f) ? PI : ((bowl_y >= 0.0f) ? 2.0f * PI : 0.0f); in transform_bowl_coord_to_image_x() local
38 float img_x = arctan_radian + offset_radian; in transform_bowl_coord_to_image_x()