TVectorSetAnalysis3::GreedyClusterVectors

Run simple greedy clustering algorithm on input ClusterVectors.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Sampling/VectorSetAnalysis.h

Include

#include "Sampling/VectorSetAnalysis.h"

Syntax

void GreedyClusterVectors
(
    RealType AngleToleranceDeg
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss