intersect3d2Planes
-
intersect3d2Planes() Computes the intersection of two planes.
Parameters
plane1:
PlaneThe first plane.pointOnPlane1:
Point3A point on the first plane.plane2:
PlaneThe second plane.pointOnPlane2:
Point3A point on the second plane.out_lineBegin:
Point3Out parameter for resulting intersection line (if any).out_lineEnd:
Point3Out parameter for resulting intersection line (if any).Returns: (0 | 1 | 2)
0if the planes are disjoint.1if the planes coincide.2if the planes intersect in a line.