Function order_vertices_clockwise

Source
pub fn order_vertices_clockwise(
    vertices: Array2<f64>,
) -> Result<Array2<f64>, GeometryError>