Trait boostvoronoi::OutputType[][src]

pub trait OutputType: Float + PartialOrd + PartialEq + NumCast + Copy + Clone + Display + Default + Debug + Zero + MulAssign + Unpin { }
Expand description

This is the floating point output type of the algorithm. Typically f32 or f64.

Implementors