FractalTree module

This module contains the function that creates the fractal tree.

FractalTree.Fractal_Tree_3D(param)[source]

This fuction creates the fractal tree. :param param: this object contains all the parameters that define the tree. See the parameters module documentation for details: :type param: Parameters object

Returns:A dictionary that contains all the branches objects. nodes (nodes object): the object that contains all the nodes of the tree.
Return type:branches (dict)