Function del_msh::polyloop::edge2length

source ·
pub fn edge2length<T, const N: usize>(vtx2xyz: &[T]) -> Vec<T>
where T: Float + AddAssign,