Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp46 const float bowl_x, const float bowl_y, const float bowl_z, in transform_bowl_coord_to_image_y() argument
53 if (bowl_z > 0.0f) { in transform_bowl_coord_to_image_y()
54 img_y = (config.wall_height - bowl_z) * wall_image_height / config.wall_height; in transform_bowl_coord_to_image_y()