C# Class R3.Algorithm.Graph

Afficher le fichier Open project: roice3/Honeycombs

Méthodes publiques

Méthode 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 méthode

public AddEdge ( Edge e ) : void
e R3.Math.Edge
Résultat void

Connected() public méthode

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

Graph() public méthode

public Graph ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Normalize() public méthode

public Normalize ( ) : void
Résultat void