useordered_float::{FloatCore, NotNan};/// Parameters to be passed unchanged to internal recursive function
pub(crate)structInternalParameters<T: FloatCore>{pub(crate)max_error2:NotNan<T>,
pub(crate)max_radius2:NotNan<T>,
pub(crate)allow_self_match:bool,
}