public interface org.apache.commons.math3.geometry.partitioning.Transform<S extends org.apache.commons.math3.geometry.Space, T extends org.apache.commons.math3.geometry.Space>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.commons.math3.geometry.partitioning.Transform
super_class: java.lang.Object
{
public abstract org.apache.commons.math3.geometry.Point<S> apply(org.apache.commons.math3.geometry.Point<S>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)Lorg/apache/commons/math3/geometry/Point<TS;>;
MethodParameters:
Name Flags
point
public abstract org.apache.commons.math3.geometry.partitioning.Hyperplane<S> apply(org.apache.commons.math3.geometry.partitioning.Hyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
MethodParameters:
Name Flags
hyperplane
public abstract org.apache.commons.math3.geometry.partitioning.SubHyperplane<T> apply(org.apache.commons.math3.geometry.partitioning.SubHyperplane<T>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TT;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TT;>;
MethodParameters:
Name Flags
sub
original
transformed
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;T::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;
SourceFile: "Transform.java"