Struct geo::algorithm::kernels::simple::SimpleKernel [−][src]
pub struct SimpleKernel;
Expand description
Simple kernel provides the direct implementation of the predicates. These are meant to be used with exact arithmetic signed tpyes (eg. i32, i64).
Trait Implementations
Returns the “default value” for a type. Read more