Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.signal_processing.sdynpy_geometry_fitting.intersection_point_multiple_lines

Signature

def sdynpy.signal_processing.sdynpy_geometry_fitting.intersection_point_multiple_lines(P0, P1)

Computes the intersection point of multiple lines in a least squares sense

P0 and P1 are points on a line. Each are NxD where N is the number of lines and D is the dimensionality of the space (D=2 corresponds to lines on a plane, D=3 is points in 3D space).