logo
pub trait GeoNum: CoordNum + HasKernel { }
Expand description

A trait for methods which work for both integers and floating point

Implementors