Skip to content

Commit

Permalink
slight correction in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrishastin committed Oct 26, 2023
1 parent 55898c8 commit 0d62edf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cpp/open3d/t/geometry/RaycastingScene.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class RaycastingScene {
/// - \b primitive_ids A tensor with the primitive IDs, which
/// corresponds to the triangle index. The shape is {..}.
/// - \b primitive_uvs A tensor with the barycentric coordinates of
/// the closest points within the triangles. The shape is {.., 2}.
/// the intersection points within the triangles. The shape is
/// {.., 2}.
/// - \b t_hit A tensor with the distance to the hit. The shape is
/// {..}.
std::unordered_map<std::string, core::Tensor> ComputeClosestPoints(
Expand Down
2 changes: 1 addition & 1 deletion cpp/pybind/t/geometry/raycasting_scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Lists the intersections of the rays with the scene::
index. The shape is {..}.
primitive_uvs
A tensor with the barycentric coordinates of the closest points within
A tensor with the barycentric coordinates of the intersection points within
the triangles. The shape is {.., 2}.
t_hit
Expand Down

0 comments on commit 0d62edf

Please sign in to comment.