Skip to content

Commit

Permalink
Updated typo in pointcloud.cpp for tensor (#6228)
Browse files Browse the repository at this point in the history
The documentation through sphinx had incorrect format for example code of `extrude_linear` function.
  • Loading branch information
bkhanal-11 authored Jun 28, 2023
1 parent b0370f8 commit 8265bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/pybind/t/geometry/pointcloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ The implementation is inspired by the PCL implementation. Reference:
Example:
This code generates a set of straight lines from a point cloud::
import open3d as o3d
import numpy as np
pcd = o3d.t.geometry.PointCloud(np.random.rand(10,3))
Expand Down

0 comments on commit 8265bcb

Please sign in to comment.