get_corners#
- SetSeparationSystemBase.get_corners(sep_id_a: int, sep_id_b: int) tuple[ndarray, ndarray] #
Calculate the four corners of two separations in the separation system.
The corners are added into the separation system as new separations.
Parameters#
- sep_id_aint
The id of the first separation.
- sep_id_bint
The id of the second separation.
Returns#
- tuple (np.ndarray, np.ndarray)
Tuple with the separation ids of the four separations in the first entry and the orientations of the four separations in the second entry.