Click or drag to resize

SamplePointsParametersNavigableTo Method

Find points in the specified cirles that can be navigated to from 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 NavigableTo(
	IEnumerable<SampleCircle> circles,
	int numPoints,
	Vector3 from,
	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.
from
Type: Clio.UtilitiesVector3
The location we must be able to navigate from. Usually our own position.
zoneid
Type: SystemUInt16

Return Value

Type: SamplePointsParameters
The parameters.
See Also