Expand description
Geometric algorithms module Additional geometric algorithms
This module provides additional geometric algorithms beyond the basic operations.
Functionsยง
- point_
in_ polygon - Checks if a point is inside a polygon using the ray casting algorithm
- polygon_
centroid - Computes the centroid (geometric center) of a polygon
- polygon_
perimeter - Computes the perimeter of a polygon