[][src]Trait acap::kd::KdProximity

pub trait KdProximity<V: ?Sized = Self> where
    Self: Coordinates<Value = V::Value>,
    Self: Proximity<V>,
    Self: CoordinateProximity<V::Value, Distance = Self::Distance>,
    V: Coordinates
{ }

Marker trait for Proximity implementations that are compatible with k-d trees.

Implementors

impl<K, V> KdProximity<V> for K where
    K: Coordinates<Value = V::Value>,
    K: Proximity<V>,
    K: CoordinateProximity<V::Value, Distance = <K as Proximity<V>>::Distance>,
    V: Coordinates
[src]

Blanket KdProximity implementation.

Loading content...