Click or drag to resize

SamplePointsParametersNavigableFrom Method

Find points in the specified circles that can be navigated from to the specified location.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static SamplePointsParameters NavigableFrom(
	IEnumerable<SampleCircle> circles,
	int numPoints,
	Vector3 to,
	ushort zoneid,
	float destinationTolerance = 5f
)

Parameters

circles
Type: System.Collections.GenericIEnumerableSampleCircle
The circles to sample points in.
numPoints
Type: SystemInt32
The number of points to try to sample.
to
Type: Clio.UtilitiesVector3
The location we must be able to navigate to.
zoneid
Type: SystemUInt16
destinationTolerance (Optional)
Type: SystemSingle
The destination to get within to

Return Value

Type: SamplePointsParameters
The parameters.
See Also