[][src]Module spade::kernels

Calculation kernels.

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

Enums

AdaptiveIntKernel

Delaunay kernel for integral coordinates with a larger value range.

FloatKernel

Offers a fast, precise kernel working with f64 or f32 coordinates.

TrivialKernel

Offers fast and possibly inaccurate geometric calculations.

Traits

DelaunayKernel

Determines how a delaunay triangulation performs its basic geometry computations.