pub trait CoordFloat: CoordNum + Float { }
Expand description
For algorithms which can only use floating point Point
s/Coord
s, like area or length calculations
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.