SABER
|
Public Member Functions | |
subroutine | stripack_area (v1, v2, v3, area) |
Compute the area of a spherical triangle. More... | |
Definition at line 47 of file tools_stripack.F90.
subroutine tools_stripack::area::stripack_area | ( | real(kind_real), dimension(3), intent(in) | v1, |
real(kind_real), dimension(3), intent(in) | v2, | ||
real(kind_real), dimension(3), intent(in) | v3, | ||
real(kind_real), intent(out) | area | ||
) |
Compute the area of a spherical triangle.
[in] | v1 | First point cartesian coordinates |
[in] | v2 | Second point cartesian coordinates |
[in] | v3 | Third point cartesian coordinates |
[out] | area | Area on the unit sphere |
Definition at line 207 of file tools_stripack.F90.