Table of Contents

Namespace Bannerlord.ButterLib.DistanceMatrix

Classes

DistanceMatrix

An abstract class used in a DistanceMatrix<T> derived class, that pairs given objects of type T and for each pair calculates the distance between the objects that formed it.

DistanceMatrix<T>

A generic class that pairs given objects of type T and for each pair calculates the distance between the objects that formed it.

WeightedDistance

Weighted distance between two objects.