Skip to main content

PointsFn

Type Alias PointsFn 

Source
pub type PointsFn<'a> = Box<dyn FnMut(&[f32], f32) -> Vec<(f64, f64)> + 'a>;
Expand description

Closure type of Transform::Points.

Aliased Typeยง

pub struct PointsFn<'a>(/* private fields */);