You are here: Start » AVL.NET » AVL.ClusterPoints(AvlNet.Point2D[], int, AvlNet.Point2D[][])

AVL.ClusterPoints(AvlNet.Point2D[], int, AvlNet.Point2D[][])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ClusterPoints(
	AvlNet.Point2D[] inPoints,
	int inGroupsCount,
	out AvlNet.Point2D[][] outPointsGroup
)

Parameters

inPoints
Type: AvlNet.Point2D
inGroupsCount
Type: System.Int32
outPointsGroup
Type: AvlNet.Point2D

Errors

Error type Description
DomainError Empty inPoints in ClusterPoints

See also