Module acap::distance[][src]

Expand description

Abstract notions of distance.

Traits

A distance between two points.

Marker trait for metric spaces.

A space with some notion of distance between points.

A number type suitable for distance values.

Type Definitions

Shorthand for K::Distance::Value.