You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
A function which gives the area of a 3D planar polygon which does not lie in the x-y plane.
AREA3D(X,Y,Z) calculates the area of a polygon in space formed by vertices with coordinate vectors X,Y and Z. If the coordinates of vertex v_i are x_i, i and z_i twice the area of a polygon is given by:
2 A(P) = abs(N . (sum_{i=0}^{n-1} (v_i x v_{i+1})))
where N is a unit vector normal to the plane.
The '.' represents the dot product operator, the 'x' represents the cross product operator, and abs() is the absolute value function.
Tested under MATLAB 5.3
Cite As
Ioan Buciu (2026). area3D (https://in.mathworks.com/matlabcentral/fileexchange/117-area3d), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (849 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
