Module spade::kernels

source ·
Expand description

Calculation kernels.

These kernels determine how precise geometric calculations are performed and how they deal with overflow issues.

Enums

Delaunay kernel for integral coordinates with a larger value range.
Offers a fast, precise kernel working with f64 or f32 coordinates.
Offers fast and possibly inaccurate geometric calculations.

Traits

Determines how a delaunay triangulation performs its basic geometry computations.