SamplePointsParameters Class |
Namespace: ff14bot.Pathing
public class SamplePointsParameters
The SamplePointsParameters type exposes the following members.
Name | Description | |
---|---|---|
SamplePointsParameters |
Name | Description | |
---|---|---|
Circles | The circles to sample points within. | |
NavigabilityLocation |
The location that the sampled points must be navigable from
or to, depending on Type.
| |
NavigableFromDestinationTolerance |
When Type is NavigableFrom,
specifies the distance we must be able to get within NavigabilityLocation
from the sampled points.
| |
NumPoints | The number of points to try to find. | |
Type | The type of points to sample. | |
ZoneId |
Name | Description | |
---|---|---|
Any |
Find any points in the specified circles.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HighlyConnected |
Find points in the specified circles that are highly connected (i.e. with navigability
to lots of other points).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NavigableFrom |
Find points in the specified circles that can be navigated from to the specified location.
| |
NavigableTo |
Find points in the specified cirles that can be navigated to from the specified location.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |