Trait truck_rendimpl::polymesh::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>)

Creates the surface division

Loading content...

Implementations on Foreign Types

impl<V> ParameterDivision2D for BSplineSurface<V> where
    V: InnerSpace<Scalar = f64>, 

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

Loading content...

Implementors

Loading content...