Rebornbuddy64 v1.0.417 Documentation
Rebornbuddy64 v1.0.417 Documentation
Namespaces
Pathfinding
Graph Class
Graph Methods
Add2Arcs Method
AddArc Method
AddNode Method
Clear Method
CloestNode Method
ClosestArc2D Method
ClosestNode Method
ClosestNode2D Method
ClosestNodes Method
FarthestNode Method
FarthestNodes Method
FindClosest Method
FreeIds Method
NodeById Method
RemoveAllArcs Method
RemoveArc Method
RemoveNode Method
Search Method
Graph
Add2Arcs Method
Adds the two opposite arcs between both specified nodes to the graph.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
Copy
public
void
Add2Arcs
(
Node
Node1
,
Node
Node2
,
float
Weight
)
Parameters
Node1
Type:
Pathfinding
Node
Node2
Type:
Pathfinding
Node
Weight
Type:
System
Single
Exceptions
Exception
Condition
ArgumentException
Cannot add an arc if one of its extremity nodes does not belong to the graph.
See Also
Reference
Graph Class
Pathfinding Namespace
© 2021 Bossland GmbH
Send comments on this topic to
support@thebuddyforum.com