pub fn area3d<'a, I>(pts: I) -> [Range<f64>; 3]where I: IntoIterator<Item = &'a [f64; 3]>,
plot
Get the area of a set of points in 3D.