Equation of a Plane Passing through Three Points
バージョン 1.0.2 (1.12 KB) 作成者:
Ayad Al-Rumaithi
Finds the equation of a plane passing through three points.
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
引用
Ayad Al-Rumaithi (2024). 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. に取得済み.
MATLAB リリースの互換性
作成:
R2021a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!