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