public interface  org.apache.commons.math.geometry.partitioning.Hyperplane extends java.lang.Object
{
public abstract org.apache.commons.math.geometry.partitioning.Hyperplane copySelf();
public abstract double getOffset(org.apache.commons.math.geometry.Vector);
public abstract boolean sameOrientationAs(org.apache.commons.math.geometry.partitioning.Hyperplane);
public abstract org.apache.commons.math.geometry.partitioning.SubHyperplane wholeHyperplane();
public abstract org.apache.commons.math.geometry.partitioning.Region wholeSpace();
}