pub trait BoundedSurface: ParametricSurface {
    fn parameter_range(&self) -> ((f64, f64), (f64, f64));
}
Expand description

Bounded surface with parametric range

Required Methods§

The range of the parameter of the surface.

Implementations on Foreign Types§

Implementation for the test of topological methods.

Implementors§