C# Class R3.Algorithm.Graph

ファイルを表示 Open project: roice3/Honeycombs

Public Methods

Method Description
AddEdge ( Edge e ) : void
Connected ( int n1, int n2 ) : bool

ZZZ - slow impl. Should calc this once and cache.

Graph ( ) : System.Collections.Generic
Normalize ( ) : void

Method Details

AddEdge() public method

public AddEdge ( Edge e ) : void
e R3.Math.Edge
return void

Connected() public method

ZZZ - slow impl. Should calc this once and cache.
public Connected ( int n1, int n2 ) : bool
n1 int
n2 int
return bool

Graph() public method

public Graph ( ) : System.Collections.Generic
return System.Collections.Generic

Normalize() public method

public Normalize ( ) : void
return void