@property
    def numpy(self):
        """Return row-size numpy array of p1 and p2."""
        return np.stack((self.p1._x, self.p2._x), axis=0)