pub fn validate_hull( hull: &ConvexHull, original_points: &ArrayView2<'_, f64>, ) -> SpatialResult<Vec<String>>
Validate hull correctness using multiple methods
This function performs comprehensive validation of a hull computation, useful for testing and validation purposes.
hull
original_points