Function ncollide_utils::triangle_perimeter [] [src]

pub fn triangle_perimeter<P>(pa: &P, pb: &P, pc: &P) -> P::Vect::Scalar where P: Point

Computes the perimeter of a triangle.