A B C D E F G I M O P R S T U V

C

CAMatrix - Class in toxi.sim.automata
A 1D/2D Cellular Automata simulation matrix with flexible support of automata rules.
CAMatrix(int) - Constructor for class toxi.sim.automata.CAMatrix
Creates a new 1D instance of the given width.
CAMatrix(int, int) - Constructor for class toxi.sim.automata.CAMatrix
Creates a new 2D instance of the given width & height.
CARule - Interface in toxi.sim.automata
This interface defines the required API for a CAMatrix compatible cellular automata rule implementation.
CARule2D - Class in toxi.sim.automata
 
CARule2D(byte[], byte[], int, boolean) - Constructor for class toxi.sim.automata.CARule2D
 
CAWolfram1D - Class in toxi.sim.automata
An extended & customized implementation of 1D Wolfram automata, fully compatible with the classic definition, yet supporting flexible kernel sizes/rule systems and n-ary cell states.
CAWolfram1D(int, boolean) - Constructor for class toxi.sim.automata.CAWolfram1D
 
CAWolfram1D(int, int, boolean) - Constructor for class toxi.sim.automata.CAWolfram1D
 
clear() - Method in class toxi.sim.dla.DLA
 
compare(Line3D, Line3D) - Method in class toxi.sim.dla.BottomUpOrder
 
compare(Line3D, Line3D) - Method in class toxi.sim.dla.PipelineOrder
 
compare(Line3D, Line3D) - Method in class toxi.sim.dla.RadialDistanceOrder
 

A B C D E F G I M O P R S T U V