Table of Contents

Constructor LSystem

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

LSystem()

Creates a new empty LSystem.

public LSystem()

LSystem(IEqualityComparer<TSymbol>)

Constructs a new empty L-System that will use the given comparer to compare symbols.

public LSystem(IEqualityComparer<TSymbol> comparer)

Parameters

comparer IEqualityComparer<TSymbol>

The comparer to use to compare symbols.