Function: threePlaneIntersection()
threePlaneIntersection(
firstPlane,secondPlane,thirdPlane):Point3
Computes the intersection of three planes in 3D space with equations: A1X + B1Y + C1Z = D1 A2X + B2Y + C2Z = D2 A3X + B3Y + C3*Z = D3
Parameters
• firstPlane: Plane
• secondPlane: Plane
• thirdPlane: Plane
Returns
- [x, y, z] the intersection in the world coordinate