# Functions
CalculateBaseLocations groups resources into clusters and determines the best town hall location for each cluster.
Cluster breaks a list of units into clusters based on the given clustering distance.
ComputeOpenness ...
NewDBSCAN ...
NewHeightMap ...
NewMap ...
NewPlacementGrid ...
UnitPlacementSize estimates building footprints based on unit radius.
# Structs
Base ...
BaseLocation contains the optimal build location for a given resource cluster.
DBSCAN ...
HeightMap ...
Map ...
PlacementGrid ...
UnitCluster is a cluster of units and the associated center of mass.