Overloads taking an already-built DowkerGeometry directly -- e.g. a caller who already has one on hand (as .dual does), avoiding rebuilding it from a raw matrix. Scala forbids default arguments on more than one overloaded apply variant (same constraint WitnessCofaceSimplexStream.apply documents), so these mirror the primary constructor's own defaults by hand instead of sharing them.
Overloads taking an already-built DowkerGeometry directly -- e.g. a caller who already has one on hand (as .dual does), avoiding rebuilding it from a raw matrix. Scala forbids default arguments on more than one overloaded apply variant (same constraint WitnessCofaceSimplexStream.apply documents), so these mirror the primary constructor's own defaults by hand instead of sharing them.