Skip to content

OrderedFloat and NotNan should implement geo::HasKernel (behind feature) #121

Open
@MultisampledNight

Description

@MultisampledNight

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions