You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geo crate uses this to determine what kernel method for use for this type. Since OrderedFloat and NotNan are basically only wrappers for f64 and f32 (and other floats), we can safely assume that's always RobustKernel. Or even make the implementation of it generic depending on whether or not the internal type implements HasKernel.
I need this like right now (not to be merged, just publicly accessible), so I'll go ahead and setup a PR.
The text was updated successfully, but these errors were encountered:
The
geo
crate uses this to determine what kernel method for use for this type. SinceOrderedFloat
andNotNan
are basically only wrappers forf64
andf32
(and other floats), we can safely assume that's alwaysRobustKernel
. Or even make the implementation of it generic depending on whether or not the internal type implementsHasKernel
.I need this like right now (not to be merged, just publicly accessible), so I'll go ahead and setup a PR.
The text was updated successfully, but these errors were encountered: