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

AVL.GetExactlyNFurthestPoints(AvlNet.Region, AvlNet.Point2D, int, float, AvlNet.Point2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GetExactlyNFurthestPoints(
	AvlNet.Region inRegion,
	AvlNet.Point2D inReferencePoint,
	int inPointCount,
	float inMinDistance,
	out AvlNet.Point2D[] outPoints
)

Parameters

inRegion
Type: AvlNet.Region
inReferencePoint
Type: AvlNet.Point2D
inPointCount
Type: System.Int32
inMinDistance
Type: System.Single
outPoints
Type: AvlNet.Point2D

See also