Click or drag to resize

GraphFarthestNodes Method

returns the three closest nodes to a point

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public List<CloseNode> FarthestNodes(
	Vector3 point,
	int desiredNodes,
	bool IgnorePassableProperty
)

Parameters

point
Type: Clio.UtilitiesVector3
desiredNodes
Type: SystemInt32
IgnorePassableProperty
Type: SystemBoolean

Return Value

Type: ListCloseNode
See Also