Formula 3.6 for calculating the area of a spherical triangle: Link
I might be misunderstanding but this formula does not make sense to me. Is this a typo? If it is correct, it would maybe help to add some context for deriving the formula (maybe in the Appendix).
Following from the code, the numerator should be dot(a, cross(b, c)).
Formula 3.6 for calculating the area of a spherical triangle: Link
I might be misunderstanding but this formula does not make sense to me. Is this a typo? If it is correct, it would maybe help to add some context for deriving the formula (maybe in the Appendix).
Following from the code, the numerator should be dot(a, cross(b, c)).