Click or drag to resize

SamplePointsParametersHighlyConnected Method

Find points in the specified circles that are highly connected (i.e. with navigability to lots of other points).

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static SamplePointsParameters HighlyConnected(
	IEnumerable<SampleCircle> circles,
	int numPoints,
	ushort zoneid
)

Parameters

circles
Type: System.Collections.GenericIEnumerableSampleCircle
The circles to sample points in.
numPoints
Type: SystemInt32
The number of points to try to sample.
zoneid
Type: SystemUInt16

Return Value

Type: SamplePointsParameters
The parameters.
See Also