Function heron::rapier_plugin::rapier::ncollide::utils::triangle_center[][src]

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

Computes the center of a triangle.