pub fn triangle_perimeter<N: RealField + Copy>(
    pa: &Point<N>,
    pb: &Point<N>,
    pc: &Point<N>
) -> N
Expand description

Computes the perimeter of a triangle.