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