[][src]Function oxygengine_physics_2d::prelude::ncollide2d::utils::triangle_perimeter

pub fn triangle_perimeter<N>(
    pa: &Point<N, U2>,
    pb: &Point<N, U2>,
    pc: &Point<N, U2>
) -> N where
    N: RealField

Computes the perimeter of a triangle.