Trait earcutr::Float

source ·
pub trait Float: Float { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Float for T
where T: Float,