pub fn trisurf<X, Y, Z>(x: X, y: Y, z: Z) -> Trisurfwhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, Z: IntoIterator<Item = f64>,
Create a new Trisurf with no options.
Trisurf