d3_geo_rs 0.1.5

A port of D3/d3-geo
Documentation
/// Floating point number within this range are considered indistinguiable.
pub const EPSILON: f64 = 1e-6;
/// The precision used to distinguish floating point numbers squared.
pub const EPSILON2: f64 = 1e-12;