Skip to main content

DefaultPredicates

Type Alias DefaultPredicates 

Source
pub type DefaultPredicates = Exact;
Expand description

The predicate implementation algorithms use unless told otherwise.

Exact by default: a wrong combinatorial decision in a triangulation or a boolean is not a slightly-off number, it is an inconsistent structure that fails somewhere else entirely. Opt into Fast with a measurement in hand.

Aliased Typeยง

pub struct DefaultPredicates;