intersecplanes
Determine the existance of the intersection between the planes in 3D. Planes are defined by points A, B, C andthe points D,E and F.The function returns the line of intersection if its exist.Depending on input, function can return scalar, vector or matrix
Arguments
- Point A x-coordinate
- Point A y-coordinate
- Point A z-coordinate
- Point B x-coordinate
- Point B y-coordinate
- Point B z-coordinate
- Point C x-coordinate
- Point C y-coordinate
- Point C z-coordinate
- Point D x-coordinate
- Point D y-coordinate
- Point D z-coordinate
- Point E x-coordinate
- Point E y-coordinate
- Point E z-coordinate
- Point F x-coordinate
- Point F y-coordinate
- Point F z-coordinate
Output
Results: 0 - planes are parallel, no intersection; point P and direction vector N of intersection line
Examples