Function trisurf

Source
pub fn trisurf<X, Y, Z>(x: X, y: Y, z: Z) -> Trisurf
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, Z: IntoIterator<Item = f64>,
Expand description

Create a new Trisurf with no options.