Skip to content

Commit

Permalink
Rename the function name to match the C++ function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Berezalsky committed Sep 4, 2024
1 parent e90cbc6 commit 615b36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/pybind/geometry/boundingvolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The returned bounding box is an approximation to the minimal bounding box.
bounding box is oriented such that the axes are ordered with respect to
the principal components.
)doc")
.def_static("create_minimal_from_points",
.def_static("create_from_points_minimal",
&OrientedBoundingBox::CreateFromPointsMinimal,
"points"_a, "robust"_a = false,
R"doc(
Expand Down

0 comments on commit 615b36d

Please sign in to comment.