Pywayne Geometric Hull Calculator This module computes geometric hulls (convex and concave) for 2D point sets. Quick Start Initialization Supported Algorithms | Algorithm | Description | |-----------|-------------| | | Concave hull using concave hull library | | | Concave hull using alphashape library | Hull Types | Type | Method | Description | |------|---------|-------------| | Convex Hull | | Outer hull containing all points | | Concave Hull | | Inner concave boundary | Properties | Property | Description | |---------|-------------| | | Input 2D points (N×2 numpy array) | | | Algorithm use…