Click or drag to resize

SamplePointsParameters Class

Represents parameters for sampling points with a navigation provider.
Inheritance Hierarchy
SystemObject
  ff14bot.PathingSamplePointsParameters

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class SamplePointsParameters

The SamplePointsParameters type exposes the following members.

Constructors
  NameDescription
Public methodSamplePointsParameters
Top
Properties
  NameDescription
Public propertyCircles
The circles to sample points within.
Public propertyNavigabilityLocation
The location that the sampled points must be navigable from or to, depending on Type.
Public propertyNavigableFromDestinationTolerance
When Type is NavigableFrom, specifies the distance we must be able to get within NavigabilityLocation from the sampled points.
Public propertyNumPoints
The number of points to try to find.
Public propertyType
The type of points to sample.
Public propertyZoneId
Top
Methods
  NameDescription
Public methodStatic memberAny
Find any points in the specified circles.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHighlyConnected
Find points in the specified circles that are highly connected (i.e. with navigability to lots of other points).
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNavigableFrom
Find points in the specified circles that can be navigated from to the specified location.
Public methodStatic memberNavigableTo
Find points in the specified cirles that can be navigated to from the specified location.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also