Trait geo_types::CoordFloat
source · pub trait CoordFloat: CoordNum + Float { }
Expand description
For algorithms which can only use floating point Point
s/Coord
s, like area or length calculations
Object Safety§
This trait is not object safe.