public interface  org.apache.commons.math.geometry.partitioning.SubHyperplane extends java.lang.Object
{
public abstract org.apache.commons.math.geometry.partitioning.SubHyperplane copySelf();
public abstract org.apache.commons.math.geometry.partitioning.Hyperplane getHyperplane();
public abstract boolean isEmpty();
public abstract double getSize();
public abstract org.apache.commons.math.geometry.partitioning.Side side(org.apache.commons.math.geometry.partitioning.Hyperplane);
public abstract org.apache.commons.math.geometry.partitioning.SubHyperplane$SplitSubHyperplane split(org.apache.commons.math.geometry.partitioning.Hyperplane);
public abstract org.apache.commons.math.geometry.partitioning.SubHyperplane reunite(org.apache.commons.math.geometry.partitioning.SubHyperplane);
}