Pointcloud.closest_point
- Pointcloud.closest_point(point)[source]
Compute the closest point on the pointcloud to a given point.
- Parameters:
- point
compas.geometry.Point
The point.
- point
- Returns:
compas.geometry.Point
The closest point on the pointcloud.