ncollide3d::utils

Function triangle_center

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

Computes the center of a triangle.