Constant spade::MAX_ALLOWED_VALUE

source ·
pub const MAX_ALLOWED_VALUE: f64 = 3.2138760885179806e60;
Expand description

The largest allowed coordinate value that can be inserted into Delaunay triangulations. This value is equal to 2201.

The absolute value of any inserted vertex coordinate must be either smaller than or equal to this value. This is a requirement for preventing floating point overflow when calculating exact geometric predicates.

See also validate_coordinate, validate_vertex, MIN_ALLOWED_VALUE, crate::Triangulation::insert