Show / Hide Table of Contents

Class GraphUtilsGrid3D

Inheritance
System.Object
GraphUtilsGrid3D
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public static class GraphUtilsGrid3D

Methods

GetNodesInsideCycle<TNode>(IGraph<TNode>)

Returns nodes that are inside a cycle (could be also inside multiple cycles).

Declaration
public static HashSet<TNode> GetNodesInsideCycle<TNode>(IGraph<TNode> graph)
Parameters
Type Name Description
IGraph<TNode> graph
Returns
Type Description
HashSet<TNode>
Type Parameters
Name Description
TNode
In This Article
Back to top Generated by DocFX