modules¶
geometor.divine¶
Tools for analyzing geometric models to identify divine proportions.
Key Components
- Analysis Hook: A mechanism register_divine_hook() to automatically analyze points as they are added to the model.
- Golden Sections: Tools to find and verify golden ratio relationships (geometor.divine.golden).
- Events: Listeners that trigger analysis on model updates.
Usage
Register the divine hook with a Model instance to enable real-time analysis.
Submodules¶
Functions¶
|
Initialize the divine analysis by registering the listener with the model's hook. |