[][src]Module acap::distance

Abstract notions of distance.

Traits

Distance

A distance between two points.

Metric

Marker trait for metric spaces.

Proximity

A space with some notion of distance between points.

Value

A number type suitable for distance values.

Type Definitions

DistanceValue

Shorthand for K::Distance::Value.