Finds the solid angle of a triangle in 3D space
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
function omega=Solid_Angle_Triangle(p,va,vb,vc)
Input:
p is (1*3) coordinate vector for the origin point.
va is (1*3) coordinate vector for the first vertex of the triangle.
vb is (1*3) coordinate vector for the second vertex of the triangle.
vc is (1*3) coordinate vector for the third vertex of the triangle.
Output:
omega: solid angle.
Zitieren als
Ayad Al-Rumaithi (2026). Solid Angle of a Triangle (https://de.mathworks.com/matlabcentral/fileexchange/159061-solid-angle-of-a-triangle), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.1 (1,15 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.1 | Added website. |
||
| 1.0.0 |
