C# Class Path.Connection

Mostra file Open project: juliancruz87/madbricks Class Usage Examples

Public Methods

Method Description
Connection ( Node fromNode, Node toNode, float weight )
Contains ( Node node ) : bool

Method Details

Connection() public method

public Connection ( Node fromNode, Node toNode, float weight )
fromNode Node
toNode Node
weight float

Contains() public method

public Contains ( Node node ) : bool
node Node
return bool