openalea.phenomenal.segmentation.plane_interception.connected_points_with_point#
- openalea.phenomenal.segmentation.plane_interception.connected_points_with_point(points, points_graph, src_point)[source]#
Return the connected points with src_point, based on points graph connection.
src_point should be in the points_graph.
- Parameters:
points (numpy.ndarray) – Points positions x, y, z
src_point (numpy.ndarray) – Point position x, y, z
points_graph (networkx.graph) – The point graph
- Returns:
connected_points – Return the connected points with src_point, based on points graph connection.
- Return type: