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