Unverified Commit a2e36e91 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

fix (#186)

parent 077fda5b
...@@ -32,7 +32,7 @@ def ray_aabb_intersect( ...@@ -32,7 +32,7 @@ def ray_aabb_intersect(
Returns: Returns:
A tuple of {Tensor, Tensor, BoolTensor}: A tuple of {Tensor, Tensor, BoolTensor}:
- **t_mins**: (n_rays, m) tmin for each ray-AABB pair. - **t_mins**: (n_rays, m) tmin for each ray-AABB pair.
- **t_maxs**: (n_rays, m) tmax for each ray-AABB pair. - **t_maxs**: (n_rays, m) tmax for each ray-AABB pair.
- **hits**: (n_rays, m) whether each ray-AABB pair intersects. - **hits**: (n_rays, m) whether each ray-AABB pair intersects.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment