Click or drag to resize

NodeSquareEuclidian2DDistance Method

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static double SquareEuclidian2DDistance(
	Node N1,
	Node N2
)

Parameters

N1
Type: PathfindingNode
N2
Type: PathfindingNode

Return Value

Type: Double
See Also