Trait truck_modeling::base::traits::BoundedSurface[][src]

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