LibCapy - lsystem

LSystem class.

Macros:

Declaration macro for a LSystem object with name N and data type T (must have a destruct method, but maybe null).

Definition macro for a LSystem object with name N, data type T (must have a destruct method), and rule R. The rule take the index of the current cymbol in the current state of the L-System and return a null terminated array of symbols (eventually empty). When calling 'step', the rule is applied to each symbol of the current state, and the current state is replaced by the result state.

Enumerations:

None.

Typedefs:

None.

Struct CapyLSysLindenMayerAlgaeState :

Struct CapyLSysLindenMayerAlgaeState's properties:

Struct CapyLSysLindenMayerAlgaeState's methods:

Struct CapyLSysKochSnowflakeState :

Struct CapyLSysKochSnowflakeState's properties:

Struct CapyLSysKochSnowflakeState's methods:

Struct CapyLSysFractalBinaryTreeState :

Struct CapyLSysFractalBinaryTreeState's properties:

Struct CapyLSysFractalBinaryTreeState's methods:

Functions:

None.

2024-03-20
in LibCapy,
0 views
Copyright 2021-2024 Baillehache Pascal