Function ncollide3d::utils::triangle_center [−][src]
pub fn triangle_center<N: RealField>(
pa: &Point<N>,
pb: &Point<N>,
pc: &Point<N>
) -> Point<N>
Computes the center of a triangle.
pub fn triangle_center<N: RealField>(
pa: &Point<N>,
pb: &Point<N>,
pc: &Point<N>
) -> Point<N>
Computes the center of a triangle.