Trait truck_rendimpl::modeling::ParameterDivision1D[]

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

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>
; }

Dividable curve

Required methods

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

Notable traits for Vec<u8, Global>

impl Write for Vec<u8, Global>

Creates the curve division

Loading content...

Implementations on Foreign Types

impl<V> ParameterDivision1D for BSplineCurve<V> where
    V: InnerSpace<Scalar = f64>, 

impl<V> ParameterDivision1D for NURBSCurve<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...