Finds the solid angle of a triangle in 3D space
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Ayad Al-Rumaithi (2026). Solid Angle of a Triangle (https://it.mathworks.com/matlabcentral/fileexchange/159061-solid-angle-of-a-triangle), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.1 (1,15 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
