Skip to main content

ParametricFn

Type Alias ParametricFn 

Source
pub type ParametricFn = Arc<dyn Fn(Jet3) -> Vec<Jet3> + Send + Sync>;
Expand description

Shared analytic path function used by Path::from_parametric.

The input is a seeded Jet3 scalar representing path parameter s, and the returned vector contains one Jet3 per path dimension.

Aliased Typeยง

pub struct ParametricFn { /* private fields */ }