Module special_cases

Module special_cases 

Source
Expand description

Special case handlers for convex hull computation

This module provides specialized handling for edge cases that may not be well-handled by the general algorithms, such as very small point sets, degenerate cases, or highly regular geometries.

Functionsยง

handle_degenerate_case
Handle degenerate cases for convex hull computation
has_all_identical_points
Check if all points are identical
is_all_collinear
Check if all points are collinear