pub type SurfaceRestatement<'a> = &'a dyn Fn(&SurfaceGeometry) -> OgeomResult<Option<(SurfaceGeometry, bool)>>;Expand description
A caller’s restatement of a surface: the new surface and whether its
normal points against the old one’s, or None to keep it.