Click or drag to resize

Clusters2DMinPointsDistance Property

Gets or sets minimum distance in pixels between clusters to treat them as two separate clusters.

Namespace:  TouchScript.Clusters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float MinPointsDistance { get; set; }

Property Value

Type: Single
Minimum distance in pixels which must be between cluster centers to consider them as separate clusters.
Remarks
This value is used to set the limit of how close cluster can be. Sometimes very close points shouldn't be treated as being in separate clusters.
See Also