[][src]Trait truck_geometry::base::ParameterDivision2D

pub trait ParameterDivision2D {
    pub fn parameter_division(
        &self,
        tol: f64
    ) -> (Vec<f64, Global>, Vec<f64, Global>); }

Dividable surface

Required methods

pub fn parameter_division(
    &self,
    tol: f64
) -> (Vec<f64, Global>, Vec<f64, Global>)
[src]

Creates the surface division

Loading content...

Implementors

impl<V: Homogeneous<f64>> ParameterDivision2D for NURBSSurface<V> where
    V::Point: MetricSpace<Metric = f64>, 
[src]

impl<V: InnerSpace<Scalar = f64>> ParameterDivision2D for BSplineSurface<V>[src]

Loading content...