class org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder implements org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder
super_class: java.lang.Object
{
private final double tolerance;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment> segments;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;>;
void <init>(double);
descriptor: (D)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.tolerance:D
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 4 1 tolerance D
MethodParameters:
Name Flags
tolerance final
public org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order.MINUS_SUB_PLUS:Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 1 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor$Order;
MethodParameters:
Name Flags
node final
public void visitInternalNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.BoundaryAttribute
astore 2
start local 2 1: aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getSplitters:()Lorg/apache/commons/math3/geometry/partitioning/NodesSet;
astore 3
start local 3 2: aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 4
3: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusOutside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
aload 1
aload 3
iconst_0
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.addContribution:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
4: StackMap locals: org.apache.commons.math3.geometry.partitioning.BoundaryAttribute java.lang.Iterable
StackMap stack:
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnull 6
5: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryAttribute.getPlusInside:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
aload 1
aload 3
iconst_1
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.addContribution:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
6: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 7 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
1 7 2 attribute Lorg/apache/commons/math3/geometry/partitioning/BoundaryAttribute<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
2 7 3 splitters Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
MethodParameters:
Name Flags
node final
public void visitLeafNode(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 1 1 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;)V
MethodParameters:
Name Flags
node final
private void addContribution(org.apache.commons.math3.geometry.partitioning.SubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, java.lang.Iterable<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>>, );
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Iterable;Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=14, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
checkcast org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane
1: astore 5
start local 5 2: aload 1
invokeinterface org.apache.commons.math3.geometry.partitioning.SubHyperplane.getHyperplane:()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
checkcast org.apache.commons.math3.geometry.euclidean.twod.Line
astore 6
start local 6 3: aload 5
invokevirtual org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane.getRemainingRegion:()Lorg/apache/commons/math3/geometry/partitioning/Region;
checkcast org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.asList:()Ljava/util/List;
astore 7
start local 7 4: aload 7
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 9
goto 24
StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List top java.util.Iterator
StackMap stack:
5: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.euclidean.oned.Interval
astore 8
start local 8 6: aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getInf:()D
invokestatic java.lang.Double.isInfinite:(D)Z
ifeq 8
7: aconst_null
goto 9
StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List org.apache.commons.math3.geometry.euclidean.oned.Interval java.util.Iterator
StackMap stack:
8: aload 6
new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
dup
aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getInf:()D
invokespecial org.apache.commons.math3.geometry.euclidean.oned.Vector1D.<init>:(D)V
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
9: StackMap locals:
StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
astore 10
start local 10 10: aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSup:()D
invokestatic java.lang.Double.isInfinite:(D)Z
ifeq 12
11: aconst_null
goto 13
StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
StackMap stack:
12: aload 6
new org.apache.commons.math3.geometry.euclidean.oned.Vector1D
dup
aload 8
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Interval.getSup:()D
invokespecial org.apache.commons.math3.geometry.euclidean.oned.Vector1D.<init>:(D)V
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.toSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
13: StackMap locals:
StackMap stack: org.apache.commons.math3.geometry.euclidean.twod.Vector2D
astore 11
start local 11 14: aload 0
aload 10
aload 3
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.selectClosest:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 12
start local 12 15: aload 0
aload 11
aload 3
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.selectClosest:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 13
start local 13 16: iload 4
ifeq 21
17: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment
dup
aload 11
aload 10
aload 6
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Line.getReverse:()Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
18: aload 2
aload 13
aload 12
invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
19: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
20: goto 24
21: StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.Vector2D org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
new org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment
dup
aload 10
aload 11
aload 6
22: aload 2
aload 12
aload 13
invokespecial org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment.<init>:(Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Lorg/apache/commons/math3/geometry/euclidean/twod/Line;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)V
23: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 13 end local 12 end local 11 end local 10 end local 8 24: StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.partitioning.SubHyperplane org.apache.commons.math3.geometry.partitioning.BSPTree java.lang.Iterable int org.apache.commons.math3.geometry.partitioning.AbstractSubHyperplane org.apache.commons.math3.geometry.euclidean.twod.Line java.util.List top java.util.Iterator
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
25: return
end local 7 end local 6 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 26 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 26 1 sub Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
0 26 2 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
0 26 3 splitters Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
0 26 4 reversed Z
2 26 5 absSub Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
3 26 6 line Lorg/apache/commons/math3/geometry/euclidean/twod/Line;
4 26 7 intervals Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;>;
6 24 8 i Lorg/apache/commons/math3/geometry/euclidean/oned/Interval;
10 24 10 startV Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
14 24 11 endV Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
15 24 12 startN Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
16 24 13 endN Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;Z)V
MethodParameters:
Name Flags
sub final
node final
splitters final
reversed final
private org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> selectClosest(org.apache.commons.math3.geometry.euclidean.twod.Vector2D, java.lang.Iterable<org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>>);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=10, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
astore 3
start local 3 1: ldc Infinity
dstore 4
start local 4 2: aload 2
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 7
goto 8
StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.euclidean.twod.Vector2D java.lang.Iterable org.apache.commons.math3.geometry.partitioning.BSPTree double top java.util.Iterator
StackMap stack:
3: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
astore 6
start local 6 4: aload 6
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 1
invokeinterface org.apache.commons.math3.geometry.partitioning.Hyperplane.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 8
start local 8 5: dload 8
dload 4
dcmpg
ifge 8
6: aload 6
astore 3
7: dload 8
dstore 4
end local 8 end local 6 8: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
9: dload 4
aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.tolerance:D
dcmpg
ifgt 10
aload 3
goto 11
StackMap locals: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder org.apache.commons.math3.geometry.euclidean.twod.Vector2D java.lang.Iterable org.apache.commons.math3.geometry.partitioning.BSPTree double
StackMap stack:
10: aconst_null
StackMap locals:
StackMap stack: org.apache.commons.math3.geometry.partitioning.BSPTree
11: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
0 12 1 point Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
0 12 2 candidates Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;
1 12 3 selected Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
2 12 4 min D
4 8 6 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
5 8 8 distance D
Signature: (Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;Ljava/lang/Iterable<Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;>;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
MethodParameters:
Name Flags
point final
candidates final
public java.util.List<org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment> getSegments();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder.segments:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$SegmentsBuilder;
Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/twod/PolygonsSet$ConnectableSegment;>;
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
SourceFile: "PolygonsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
InnerClasses:
private ConnectableSegment = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$ConnectableSegment of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
private SegmentsBuilder = org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet$SegmentsBuilder of org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet
public final Order = org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor$Order of org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor