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§