Pointcloud.closest_points Pointcloud.closest_points(point, k=1)[source] Compute the closest point on the pointcloud to a given point. Parameters: pointPointThe point. kint, optionalThe number of closest points to find. Returns: list of PointThe closest points on the pointcloud.