class org.apache.commons.math3.geometry.partitioning.BoundaryProjector<S extends org.apache.commons.math3.geometry.Space, T extends org.apache.commons.math3.geometry.Space> implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<S>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
super_class: java.lang.Object
{
private final org.apache.commons.math3.geometry.Point<S> original;
descriptor: Lorg/apache/commons/math3/geometry/Point;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;
private org.apache.commons.math3.geometry.Point<S> projected;
descriptor: Lorg/apache/commons/math3/geometry/Point;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/math3/geometry/Point<TS;>;
private org.apache.commons.math3.geometry.partitioning.BSPTree<S> leaf;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
private double offset;
descriptor: D
flags: (0x0002) ACC_PRIVATE
void <init>(org.apache.commons.math3.geometry.Point<S>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
2: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
3: aload 0
aconst_null
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
4: aload 0
ldc Infinity
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 6 1 original Lorg/apache/commons/math3/geometry/Point<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;)V
MethodParameters:
Name Flags
original final
public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
dconst_0
dcmpg
ifgt 2
1: getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.MINUS_SUB_PLUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
areturn
2: StackMap locals:
StackMap stack:
getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.PLUS_SUB_MINUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 3 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
MethodParameters:
Name Flags
node final
public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=13, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
astore 2
start local 2 1: aload 2
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
dstore 3
start local 3 2: dload 3
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
dcmpg
ifge 23
3: aload 2
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.project:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
astore 5
start local 5 4: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.boundaryRegions:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Ljava/util/List;
astore 6
start local 6 5: iconst_0
istore 7
start local 7 6: aload 6
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 9
goto 12
StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Hyperplane double org.apache.commons.math3.geometry.Point java.util.List int top java.util.Iterator
StackMap stack:
7: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.Region
astore 8
start local 8 8: iload 7
ifne 12
aload 0
aload 5
aload 2
aload 8
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.belongsToPart:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Z
ifeq 12
9: aload 0
aload 5
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
10: aload 0
dload 3
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
11: iconst_1
istore 7
end local 8 12: StackMap locals:
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
13: iload 7
ifne 23
14: aload 6
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 9
goto 22
StackMap locals:
StackMap stack:
15: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.Region
astore 8
start local 8 16: aload 0
aload 5
aload 2
aload 8
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.singularProjection:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/Point;
astore 10
start local 10 17: aload 10
ifnull 22
18: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
aload 10
invokeinterface org.apache.commons.math3.geometry.Point.distance:(Lorg/apache/commons/math3/geometry/Point;)D
dstore 11
start local 11 19: dload 11
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
dcmpg
ifge 22
20: aload 0
aload 10
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
21: aload 0
dload 11
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
end local 11 end local 10 end local 8 22: StackMap locals:
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 15
end local 7 end local 6 end local 5 23: StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.Hyperplane double
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 24 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
1 24 2 hyperplane Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
2 24 3 signedOffset D
4 23 5 regular Lorg/apache/commons/math3/geometry/Point<TS;>;
5 23 6 boundaryParts Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
6 23 7 regularFound Z
8 12 8 part Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
16 22 8 part Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
17 22 10 spI Lorg/apache/commons/math3/geometry/Point<TS;>;
19 22 11 distance D
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
MethodParameters:
Name Flags
node final
public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
ifnonnull 2
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 3 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)V
MethodParameters:
Name Flags
node final
public org.apache.commons.math3.geometry.partitioning.BoundaryProjection<S> getProjection();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.leaf:Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifeq 1
iconst_m1
goto 2
StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
StackMap stack: org.apache.commons.math3.geometry.partitioning.BoundaryProjector double
1: iconst_1
StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryProjector
StackMap stack: org.apache.commons.math3.geometry.partitioning.BoundaryProjector double int
2: i2d
invokestatic org.apache.commons.math3.util.FastMath.copySign:(DD)D
putfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
3: new org.apache.commons.math3.geometry.partitioning.BoundaryProjection
dup
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.original:Lorg/apache/commons/math3/geometry/Point;
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.projected:Lorg/apache/commons/math3/geometry/Point;
aload 0
getfield org.apache.commons.math3.geometry.partitioning.BoundaryProjector.offset:D
invokespecial org.apache.commons.math3.geometry.partitioning.BoundaryProjection.<init>:(Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/Point;D)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
Signature: ()Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TS;>;
private java.util.List<org.apache.commons.math3.geometry.partitioning.Region<T>> boundaryRegions(org.apache.commons.math3.geometry.partitioning.BSPTree<S>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
iconst_2
invokespecial java.util.ArrayList.<init>:(I)V
astore 2
start local 2 1: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
astore 3
start local 3 2: aload 0
aload 3
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.addRegion:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
3: aload 0
aload 3
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjector.addRegion:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
4: aload 2
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 5 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;
1 5 2 regions Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
2 5 3 ba Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<TS;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<TS;>;)Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
MethodParameters:
Name Flags
node final
private void addRegion(org.apache.commons.math3.geometry.partitioning.SubHyperplane<S>, java.util.List<org.apache.commons.math3.geometry.partitioning.Region<T>>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Ljava/util/List;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnull 4
1: aload 1
checkcast org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
invokevirtual org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
astore 3
start local 3 2: aload 3
ifnull 4
3: aload 2
aload 3
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 5 1 sub Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;
0 5 2 list Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;
2 4 3 region Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<TS;>;Ljava/util/List<Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;>;)V
MethodParameters:
Name Flags
sub final
list final
private boolean belongsToPart(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>, org.apache.commons.math3.geometry.partitioning.Region<T>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
checkcast org.apache.commons.math3.geometry.partitioning.Embedding
astore 4
start local 4 1: aload 3
aload 4
aload 1
invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Region.checkPoint:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
getstatic org.apache.commons.math3.geometry.partitioning.Region$Location.OUTSIDE:Lorg/apache/commons/math3/geometry/partitioning/Region$Location;
if_acmpeq 2
iconst_1
ireturn
StackMap locals: org.apache.commons.math3.geometry.partitioning.Embedding
StackMap stack:
2: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 3 1 point Lorg/apache/commons/math3/geometry/Point<TS;>;
0 3 2 hyperplane Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
0 3 3 part Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
1 3 4 embedding Lorg/apache/commons/math3/geometry/partitioning/Embedding<TS;TT;>;
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;)Z
MethodParameters:
Name Flags
point final
hyperplane final
part final
private org.apache.commons.math3.geometry.Point<S> singularProjection(org.apache.commons.math3.geometry.Point<S>, org.apache.commons.math3.geometry.partitioning.Hyperplane<S>, org.apache.commons.math3.geometry.partitioning.Region<T>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/Point;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
checkcast org.apache.commons.math3.geometry.partitioning.Embedding
astore 4
start local 4 1: aload 3
aload 4
aload 1
invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Region.projectToBoundary:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
astore 5
start local 5 2: aload 5
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getProjected:()Lorg/apache/commons/math3/geometry/Point;
ifnonnull 3
aconst_null
goto 4
StackMap locals: org.apache.commons.math3.geometry.partitioning.Embedding org.apache.commons.math3.geometry.partitioning.BoundaryProjection
StackMap stack:
3: aload 4
aload 5
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getProjected:()Lorg/apache/commons/math3/geometry/Point;
invokeinterface org.apache.commons.math3.geometry.partitioning.Embedding.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
StackMap locals:
StackMap stack: org.apache.commons.math3.geometry.Point
4: areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjector<TS;TT;>;
0 5 1 point Lorg/apache/commons/math3/geometry/Point<TS;>;
0 5 2 hyperplane Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;
0 5 3 part Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;
1 5 4 embedding Lorg/apache/commons/math3/geometry/partitioning/Embedding<TS;TT;>;
2 5 5 bp Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<TT;>;
Signature: (Lorg/apache/commons/math3/geometry/Point<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<TS;>;Lorg/apache/commons/math3/geometry/partitioning/Region<TT;>;)Lorg/apache/commons/math3/geometry/Point<TS;>;
MethodParameters:
Name Flags
point final
hyperplane final
part final
}
Signature: <S::Lorg/apache/commons/math3/geometry/Space;T::Lorg/apache/commons/math3/geometry/Space;>Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<TS;>;
SourceFile: "BoundaryProjector.java"
InnerClasses:
public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
public final Location = org.apache.commons.math3.geometry.partitioning.Region$Location of org.apache.commons.math3.geometry.partitioning.Region