pub fn weighted_center_of_geometry(
    positions: &[Coord3],
    weights: &[f64]
) -> Coord3
Expand description

Return the weighted geometric center