Trait truck_modeling::base::IncludeCurve[][src]

pub trait IncludeCurve<C> where
    C: ParametricCurve
{ fn include(&self, curve: &C) -> bool; }
Expand description

Whether the surface includes the boundary curve.

Required methods

Returns whether the curve curve is included in the surface self.

Implementations on Foreign Types

Implementation for the test of topological methods.

Implementors