Struct geo::algorithm::kernels::robust::RobustKernel [−][src]
pub struct RobustKernel;
Expand description
Robust kernel that uses fast robust
predicates to
provide robust floating point predicates. Should only be
used with types that can always be casted to f64
without loss in precision.
Trait Implementations
Returns the “default value” for a type. Read more