C# Class SuperImageEvolver.TranslateMutator

Inheritance: IMutator
Afficher le fichier Open project: fragmer/SuperImageEvolver

Méthodes publiques

Méthode Description
IModule ( NBTag tag ) : void
Mutate ( Random rand, DNA oldDNA, TaskState task ) : DNA
ScaleShape ( Random rand, Shape shape, TaskState task ) : void

Private Methods

Méthode Description
ChangeColor ( Random rand, Shape shape, TaskState task ) : void
ICloneable ( ) : object
MoveShape ( Random rand, Shape shape, TaskState task ) : void
RotateShape ( Random rand, Shape shape ) : void

Method Details

IModule() public méthode

public IModule ( NBTag tag ) : void
tag NBTag
Résultat void

Mutate() public méthode

public Mutate ( Random rand, DNA oldDNA, TaskState task ) : DNA
rand System.Random
oldDNA DNA
task TaskState
Résultat DNA

ScaleShape() public méthode

public ScaleShape ( Random rand, Shape shape, TaskState task ) : void
rand System.Random
shape Shape
task TaskState
Résultat void