public interface  org.apache.commons.math.geometry.partitioning.Transform extends java.lang.Object
{
public abstract org.apache.commons.math.geometry.Vector apply(org.apache.commons.math.geometry.Vector);
public abstract org.apache.commons.math.geometry.partitioning.Hyperplane apply(org.apache.commons.math.geometry.partitioning.Hyperplane);
public abstract org.apache.commons.math.geometry.partitioning.SubHyperplane apply(org.apache.commons.math.geometry.partitioning.SubHyperplane, org.apache.commons.math.geometry.partitioning.Hyperplane, org.apache.commons.math.geometry.partitioning.Hyperplane);
}