Click or drag to resize

ClusterUtils Class

Utils to manipulate clusters of points.
Inheritance Hierarchy
SystemObject
  TouchScript.UtilsClusterUtils

Namespace:  TouchScript.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class ClusterUtils

The ClusterUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet2DCenterPosition
Calculates the centroid of pointers' positions.
Public methodStatic memberGetPointsHash
Computes a unique hash for a list of pointers.
Public methodStatic memberGetPrevious2DCenterPosition
Calculates the centroid of pointers' previous positions.
Top
See Also