openalea.phenomenal.segmentation.plane_interception.compute_plane_equation# openalea.phenomenal.segmentation.plane_interception.compute_plane_equation(orientation_vector, src_point)[source]# Computation of plane equation x, y, z = src_point a, b, c, _ = k Plane equation : - d = a * x + b * y + c * z Parameters: orientation_vector (tuple) – The orientation vector. src_point (tuple) – The source point. Returns: plane_equation – The plane equation. Return type: tuple