Skip to main content

Module algorithms

Module algorithms 

Source
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