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