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

  • src_point

Returns: