planeIntersect edit page

intersection of three planes

Syntax

v = planeIntersect(n1,n2,n3,d)

Input

n1,n2,n3 plane normal vector3d, <x,n_i> = d_i
d [d1,d2,d3] distances of the three planes to the origin

Output

v vector3d

See also

vector3d.lineIntersect