Function splashsurf_lib::mesh::tri_area

source ·
pub fn tri_area<RIn: Real, RComp: Real>(
    a: &Vector3<RIn>,
    b: &Vector3<RIn>,
    c: &Vector3<RIn>
) -> RComp
Expand description

Computes the unsigned area of the given triangle