Function ncollide::utils::triangle_perimeter [] [src]

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

Computes the perimeter of a triangle.