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

Computes the perimeter of a triangle.