def outline(self): """ Return the corners of the branch in such order that they encode a polygon. """ return numpy.row_stack((self.corners[:, 0, :], self.corners[::-1, 1, :]))