powered by
Surface of a spherical triangle.
surface_stri(r, v1, v2, v3)
The surface of the spherical triangle of radius r with vertices v1, v2, v3.
r
v1
v2
v3
radius
vertices
# surface of the first orthant: surface_stri(r=1, c(1,0,0), c(0,1,0), c(0,0,1))
Run the code above in your browser using DataLab