Finds the equation of a plane passing through three points.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function finds the equation of a plane passing through three points (A,B, and C) in three diemnsional space.
[a,b,c,d]=Plane_3Points(A,B,C)
Input:
A,B, and C: are (3*1) vectors each containing x,y, and z coordinates of a point in three dimensional space.
Output:
a,b,c, and d: are the parameters of plane equation in the form a*x+b*y+c*z+d=0
Cite As
Ayad Al-Rumaithi (2026). Equation of a Plane Passing through Three Points (https://www.mathworks.com/matlabcentral/fileexchange/97692-equation-of-a-plane-passing-through-three-points), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.2 (1.12 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
