Harmonic Geometry
=================

The :mod:`biotuner.harmonic_geometry` subpackage produces pure-data geometric
structures (curves, fields, point clouds, surfaces, polygons, fractals)
derived from harmonic inputs — ratios, peaks, amplitudes, phases. It is
organized as a set of submodules, each focused on one family of structures.
Rendering is the responsibility of downstream layers.

.. automodule:: biotuner.harmonic_geometry
   :members:

Submodules
----------

.. toctree::
   :maxdepth: 2

   harmonic_geometry/inputs
   harmonic_geometry/geometry_data
   harmonic_geometry/lissajous
   harmonic_geometry/chladni
   harmonic_geometry/harmonograph
   harmonic_geometry/polygon_circular
   harmonic_geometry/fractal
   harmonic_geometry/generative
   harmonic_geometry/geometry_3d
   harmonic_geometry/metrics
   harmonic_geometry/plotting
