Searched refs:ground_length (Results 1 – 5 of 5) sorted by relevance
140 float ground_length; member147 , ground_length (2801.0f) in BowlDataConfig()151 XCAM_ASSERT (wall_height >= 0.0f && ground_length >= 0.0f); in BowlDataConfig()152 XCAM_ASSERT (ground_length <= b * sqrt(1.0f - center_z * center_z / (c * c))); in BowlDataConfig()
660 …_height = _config.wall_height / (float)(_config.wall_height + _config.ground_length) * (float)_bow… in get_topview_vertex_model()
49 …float wall_image_height = config.wall_height / (config.wall_height + config.ground_length) * img_h… in transform_bowl_coord_to_image_y()59 float min_semimajor = max_semimajor - config.ground_length; in transform_bowl_coord_to_image_y()98 …age_height = config.wall_height / (float)(config.wall_height + config.ground_length) * (float)img_… in bowl_view_image_to_world()128 float step_b = config.ground_length / ground_image_height; in bowl_view_image_to_world()
74 bowl_config.wall_height, bowl_config.ground_length, in fisheye_dewarp()
768 bowl.ground_length = 2000.0f; in main()