Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 551 Bytes

K-Means Clustering in Unity

Methods and samples to create clusters using k-means algorithm in Unity.
Works for any dimension and any structure.
Includes samples for Unity's Vector2, Vector3 and Bounds.

2D (Vector2)

Vector2

3D (Vector3)

Vector3

3D (Bounds)

Bounds