setHandleDegen
public void setHandleDegen(boolean handle)
Call this method to change how this class handles degenerate intersection cases
that it detects. By default, it is true. If true, upon detection of a degenerate
case, vertices of the two faces in question will be perturbed slightly, and the
intersection code will attempt to run again, until all degenerate cases are resolved.
This behaviour might be undesirable, and in this case, you can call setHandleDegen(false)
to disable it
- Parameters:
handle
- true if degenerate cases should be handled by perturbation, false otherwise.