Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TVectorSetAnalysis3
Description
Run simple greedy clustering algorithm on input ClusterVectors. Done in a single pass over vectors, each successive Vector is either grouped with one of the existing clusters if it's direction is within AngleToleranceDeg, or creates a new cluster.
| Name | GreedyClusterVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Sampling/VectorSetAnalysis.h |
| Include Path | #include "Sampling/VectorSetAnalysis.h" |
void GreedyClusterVectors
(
RealType AngleToleranceDeg
)