↓ 1 callersFunctiongrid_ray_intersectionCompute the intersection between grid cells and the ray. Args: ray_origins: (b, m, 3) ray_directions: (b, m, 3) ray_radius: (b,) grid_size: (b, 3) lo
pointersect/pr/cpp/pr.cpp:313
↓ 1 callersFunctiongrid_ray_intersection_v2Compute the intersection between grid cells and the ray. Args: ray_origins: (b, m, 3) ray_directions: (b, m, 3) ray_radius: (b,) grid_size: (b, 3) lo
pointersect/pr/cpp/pr.cpp:550