Typo in argument of o3d.geometry.TriangleMesh.create_mobius
and in o3d.t.geometry.TriangleMesh.create_mobius
#7149
Labels
bug
Not a build issue, this is likely a bug.
Checklist
main
branch).Describe the issue
In both o3d.geometry.TriangleMesh.create_mobius and o3d.t.geometry.TriangleMesh.create_mobius, the fourth argument is called
raidus
instead ofradius
.It also lacks a description.
Additional information
The C++ functions' signatures are correct, and the argument is documented:
The text was updated successfully, but these errors were encountered: