Searched refs:current_voxel_size (Results 1 – 1 of 1) sorted by relevance
198 const float current_voxel_size = std::max({voxel_size[0], voxel_size[1], voxel_size[2]}); in compute_resolution_factor() local200 return current_voxel_size / desired_voxel_size; in compute_resolution_factor()