Interface Splittable<P extends Point<P>,​S extends Splittable<P,​S>>

    • Method Detail

      • split

        Split<? extends S> split​(Hyperplane<P> splitter)
        Split this instance with the given hyperplane.
        Parameters:
        splitter - the hyperplane to split this object with.
        Returns:
        result of the split operation