Trait geo_types::CoordFloat

source ·
pub trait CoordFloat: CoordNum + Float { }
Expand description

For algorithms which can only use floating point Points/Coords, like area or length calculations

Object Safety§

This trait is not object safe.

Implementors§