pub fn triangle_perimeter<N: RealField + Copy>( pa: &Point<N>, pb: &Point<N>, pc: &Point<N>, ) -> N
Computes the perimeter of a triangle.