Vous avez des améliorations (ou des corrections) à proposer pour ce document :
je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
add_halfspaces(halfspaces, restart=False)
Process a set of additional new halfspaces.
Parameters
----------
halfspaces : ndarray
New halfspaces to add. The dimensionality should match that of the
initial halfspaces.
restart : bool, optional
Whether to restart processing from scratch, rather than
adding halfspaces incrementally.
Raises
------
QhullError
Raised when Qhull encounters an error condition, such as
geometrical degeneracy when options to resolve are not enabled.
See Also
--------
close
Notes
-----
You need to specify ``incremental=True`` when constructing the
object to be able to add halfspaces incrementally. Incremental addition
of halfspaces is also not possible after `close` has been called.
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :