public class org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet extends org.apache.commons.math3.geometry.partitioning.AbstractRegion<org.apache.commons.math3.geometry.spherical.twod.Sphere2D, org.apache.commons.math3.geometry.spherical.oned.Sphere1D>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet
super_class: org.apache.commons.math3.geometry.partitioning.AbstractRegion
{
private java.util.List<org.apache.commons.math3.geometry.spherical.twod.Vertex> loops;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;>;
public void <init>(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
invokespecial org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(D)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 2 1 tolerance D
MethodParameters:
Name Flags
tolerance final
public void <init>(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
new org.apache.commons.math3.geometry.partitioning.BSPTree
dup
new org.apache.commons.math3.geometry.spherical.twod.Circle
dup
aload 1
dload 2
invokespecial org.apache.commons.math3.geometry.spherical.twod.Circle.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;D)V
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.wholeHyperplane:()Lorg/apache/commons/math3/geometry/spherical/twod/SubCircle;
1: new org.apache.commons.math3.geometry.partitioning.BSPTree
dup
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
2: new org.apache.commons.math3.geometry.partitioning.BSPTree
dup
getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
3: aconst_null
4: invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Lorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/lang/Object;)V
5: dload 2
invokespecial org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 7 1 pole Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 7 2 tolerance D
MethodParameters:
Name Flags
pole final
tolerance final
public void <init>(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, int, double);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DID)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 5 start local 6 0: aload 0
dload 6
aload 1
aload 2
dload 3
iload 5
invokestatic org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.createRegularPolygonVertices:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DI)[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokespecial org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.<init>:(D[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
1: return
end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 2 1 center Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 2 2 meridian Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 2 3 outsideRadius D
0 2 5 n I
0 2 6 tolerance D
MethodParameters:
Name Flags
center final
meridian final
outsideRadius final
n final
tolerance final
public void <init>(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, );
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
dload 2
invokespecial org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 2 1 tree Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
0 2 2 tolerance D
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;D)V
MethodParameters:
Name Flags
tree final
tolerance final
public void <init>(java.util.Collection<org.apache.commons.math3.geometry.partitioning.SubHyperplane<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>>, );
descriptor: (Ljava/util/Collection;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
dload 2
invokespecial org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(Ljava/util/Collection;D)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 2 1 boundary Ljava/util/Collection<Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;
0 2 2 tolerance D
Signature: (Ljava/util/Collection<Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;>;D)V
MethodParameters:
Name Flags
boundary final
tolerance final
public void <init>(double, org.apache.commons.math3.geometry.spherical.twod.S2Point[]);
descriptor: (D[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
dload 1
aload 3
invokestatic org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.verticesToTree:(D[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
dload 1
invokespecial org.apache.commons.math3.geometry.partitioning.AbstractRegion.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
1: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 2 1 hyperplaneThickness D
0 2 3 vertices [Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
MethodParameters:
Name Flags
hyperplaneThickness final
vertices final
private static org.apache.commons.math3.geometry.spherical.twod.S2Point[] createRegularPolygonVertices(org.apache.commons.math3.geometry.euclidean.threed.Vector3D, org.apache.commons.math3.geometry.euclidean.threed.Vector3D, double, int);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DI)[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=8, locals=9, args_size=4
start local 0 start local 1 start local 2 start local 4 0: iload 4
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
astore 5
start local 5 1: new org.apache.commons.math3.geometry.euclidean.threed.Rotation
dup
aload 0
aload 1
invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.crossProduct:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
2: dload 2
getstatic org.apache.commons.math3.geometry.euclidean.threed.RotationConvention.VECTOR_OPERATOR:Lorg/apache/commons/math3/geometry/euclidean/threed/RotationConvention;
3: invokespecial org.apache.commons.math3.geometry.euclidean.threed.Rotation.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/RotationConvention;)V
astore 6
start local 6 4: aload 5
iconst_0
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 6
aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Rotation.applyTo:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
aastore
5: new org.apache.commons.math3.geometry.euclidean.threed.Rotation
dup
aload 0
ldc 6.283185307179586
iload 4
i2d
ddiv
getstatic org.apache.commons.math3.geometry.euclidean.threed.RotationConvention.VECTOR_OPERATOR:Lorg/apache/commons/math3/geometry/euclidean/threed/RotationConvention;
invokespecial org.apache.commons.math3.geometry.euclidean.threed.Rotation.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/RotationConvention;)V
astore 7
start local 7 6: iconst_1
istore 8
start local 8 7: goto 10
8: StackMap locals: org.apache.commons.math3.geometry.euclidean.threed.Vector3D org.apache.commons.math3.geometry.euclidean.threed.Vector3D double int org.apache.commons.math3.geometry.spherical.twod.S2Point[] org.apache.commons.math3.geometry.euclidean.threed.Rotation org.apache.commons.math3.geometry.euclidean.threed.Rotation int
StackMap stack:
aload 5
iload 8
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 7
aload 5
iload 8
iconst_1
isub
aaload
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Rotation.applyTo:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
aastore
9: iinc 8 1
StackMap locals:
StackMap stack:
10: iload 8
iload 4
if_icmplt 8
end local 8 11: aload 5
areturn
end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 center Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 12 1 meridian Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
0 12 2 outsideRadius D
0 12 4 n I
1 12 5 array [Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
4 12 6 r0 Lorg/apache/commons/math3/geometry/euclidean/threed/Rotation;
6 12 7 r Lorg/apache/commons/math3/geometry/euclidean/threed/Rotation;
7 11 8 i I
MethodParameters:
Name Flags
center final
meridian final
outsideRadius final
n final
private static org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D> verticesToTree(double, org.apache.commons.math3.geometry.spherical.twod.S2Point[]);
descriptor: (D[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
Code:
stack=8, locals=14, args_size=2
start local 0 start local 2 0: aload 2
arraylength
istore 3
start local 3 1: iload 3
ifne 3
2: new org.apache.commons.math3.geometry.partitioning.BSPTree
dup
getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:(Ljava/lang/Object;)V
areturn
3: StackMap locals: int
StackMap stack:
iload 3
anewarray org.apache.commons.math3.geometry.spherical.twod.Vertex
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 8
6: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Vertex[] int
StackMap stack:
aload 4
iload 5
new org.apache.commons.math3.geometry.spherical.twod.Vertex
dup
aload 2
iload 5
aaload
invokespecial org.apache.commons.math3.geometry.spherical.twod.Vertex.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)V
aastore
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
iload 3
if_icmplt 6
end local 5 9: new java.util.ArrayList
dup
iload 3
invokespecial java.util.ArrayList.<init>:(I)V
astore 5
start local 5 10: aload 4
iload 3
iconst_1
isub
aaload
astore 6
start local 6 11: iconst_0
istore 7
start local 7 12: goto 32
13: StackMap locals: double org.apache.commons.math3.geometry.spherical.twod.S2Point[] int org.apache.commons.math3.geometry.spherical.twod.Vertex[] java.util.List org.apache.commons.math3.geometry.spherical.twod.Vertex int
StackMap stack:
aload 6
astore 8
start local 8 14: aload 4
iload 7
aaload
astore 6
15: aload 8
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.sharedCircleWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;)Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
astore 9
start local 9 16: aload 9
ifnonnull 18
17: new org.apache.commons.math3.geometry.spherical.twod.Circle
dup
aload 8
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
dload 0
invokespecial org.apache.commons.math3.geometry.spherical.twod.Circle.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;D)V
astore 9
18: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Circle
StackMap stack:
aload 5
new org.apache.commons.math3.geometry.spherical.twod.Edge
dup
aload 8
aload 6
19: aload 8
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
20: aload 6
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
21: invokestatic org.apache.commons.math3.geometry.euclidean.threed.Vector3D.angle:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)D
22: aload 9
invokespecial org.apache.commons.math3.geometry.spherical.twod.Edge.<init>:(Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;DLorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
23: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
24: aload 4
dup
astore 13
arraylength
istore 12
iconst_0
istore 11
goto 30
StackMap locals: double org.apache.commons.math3.geometry.spherical.twod.S2Point[] int org.apache.commons.math3.geometry.spherical.twod.Vertex[] java.util.List org.apache.commons.math3.geometry.spherical.twod.Vertex int org.apache.commons.math3.geometry.spherical.twod.Vertex org.apache.commons.math3.geometry.spherical.twod.Circle top int int org.apache.commons.math3.geometry.spherical.twod.Vertex[]
StackMap stack:
25: aload 13
iload 11
aaload
astore 10
start local 10 26: aload 10
aload 8
if_acmpeq 29
aload 10
aload 6
if_acmpeq 29
27: aload 9
aload 10
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dload 0
dcmpg
ifgt 29
28: aload 10
aload 9
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.bindWith:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;)V
end local 10 29: StackMap locals:
StackMap stack:
iinc 11 1
StackMap locals:
StackMap stack:
30: iload 11
iload 12
if_icmplt 25
end local 9 end local 8 31: iinc 7 1
StackMap locals: double org.apache.commons.math3.geometry.spherical.twod.S2Point[] int org.apache.commons.math3.geometry.spherical.twod.Vertex[] java.util.List org.apache.commons.math3.geometry.spherical.twod.Vertex int
StackMap stack:
32: iload 7
iload 3
if_icmplt 13
end local 7 33: new org.apache.commons.math3.geometry.partitioning.BSPTree
dup
invokespecial org.apache.commons.math3.geometry.partitioning.BSPTree.<init>:()V
astore 7
start local 7 34: dload 0
aload 7
aload 5
invokestatic org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.insertEdges:(DLorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/List;)V
35: aload 7
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 hyperplaneThickness D
0 36 2 vertices [Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
1 36 3 n I
4 36 4 vArray [Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
5 9 5 i I
10 36 5 edges Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
11 36 6 end Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
12 33 7 i I
14 31 8 start Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
16 31 9 circle Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
26 29 10 vertex Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
34 36 7 tree Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
Signature: (D[Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;)Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
MethodParameters:
Name Flags
hyperplaneThickness final
vertices final
private static void insertEdges(double, org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>, java.util.List<org.apache.commons.math3.geometry.spherical.twod.Edge>);
descriptor: (DLorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/List;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=10, args_size=3
start local 0 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: aconst_null
astore 5
start local 5 2: goto 6
3: StackMap locals: int org.apache.commons.math3.geometry.spherical.twod.Edge
StackMap stack:
aload 3
iload 4
iinc 4 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
astore 5
4: aload 2
aload 5
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getCircle:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.insertCut:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Z
ifne 6
5: aconst_null
astore 5
6: StackMap locals:
StackMap stack:
aload 5
ifnonnull 7
iload 4
aload 3
invokeinterface java.util.List.size:()I
if_icmplt 3
7: StackMap locals:
StackMap stack:
aload 5
ifnonnull 14
8: aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getParent:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 6
start local 6 9: aload 6
ifnull 10
aload 2
aload 6
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
if_acmpne 12
10: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 2
getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
11: goto 13
12: StackMap locals:
StackMap stack:
aload 2
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
13: StackMap locals:
StackMap stack:
return
end local 6 14: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 6
start local 6 15: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 7
start local 7 16: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 9
goto 20
StackMap locals: double org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List int org.apache.commons.math3.geometry.spherical.twod.Edge java.util.List java.util.List top java.util.Iterator
StackMap stack:
17: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
astore 8
start local 8 18: aload 8
aload 5
if_acmpeq 20
19: aload 8
aload 5
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getCircle:()Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
aload 6
aload 7
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.split:(Lorg/apache/commons/math3/geometry/spherical/twod/Circle;Ljava/util/List;Ljava/util/List;)V
end local 8 20: StackMap locals:
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 17
21: aload 6
invokeinterface java.util.List.isEmpty:()Z
ifne 24
22: dload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
aload 6
invokestatic org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.insertEdges:(DLorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/List;)V
23: goto 25
24: StackMap locals: double org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List int org.apache.commons.math3.geometry.spherical.twod.Edge java.util.List java.util.List
StackMap stack:
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
25: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.List.isEmpty:()Z
ifne 28
26: dload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
aload 7
invokestatic org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.insertEdges:(DLorg/apache/commons/math3/geometry/partitioning/BSPTree;Ljava/util/List;)V
27: goto 29
28: StackMap locals:
StackMap stack:
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.setAttribute:(Ljava/lang/Object;)V
29: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 hyperplaneThickness D
0 30 2 node Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
0 30 3 edges Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
1 30 4 index I
2 30 5 inserted Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
9 14 6 parent Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
15 30 6 outsideList Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
16 30 7 insideList Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
18 20 8 edge Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
Signature: (DLorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;)V
MethodParameters:
Name Flags
hyperplaneThickness final
node final
edges final
public org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet buildNew(org.apache.commons.math3.geometry.partitioning.BSPTree<org.apache.commons.math3.geometry.spherical.twod.Sphere2D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet
dup
aload 1
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
invokespecial org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
0 1 1 tree Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;)Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
MethodParameters:
Name Flags
tree final
protected void computeGeometricalProperties();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=3, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 1
start local 1 1: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnonnull 9
2: aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnonnull 6
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getAttribute:()Ljava/lang/Object;
checkcast java.lang.Boolean
invokevirtual java.lang.Boolean.booleanValue:()Z
ifeq 6
3: aload 0
ldc 12.566370614359172
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setSize:(D)V
4: aload 0
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
dconst_0
dconst_0
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(DD)V
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setBarycenter:(Lorg/apache/commons/math3/geometry/Point;)V
5: goto 13
6: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 0
dconst_0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setSize:(D)V
7: aload 0
getstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.NaN:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setBarycenter:(Lorg/apache/commons/math3/geometry/Point;)V
8: goto 13
9: StackMap locals:
StackMap stack:
new org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer
dup
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
invokespecial org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.<init>:(D)V
astore 2
start local 2 10: aload 1
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
11: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.getArea:()D
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setSize:(D)V
12: aload 0
aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.getBarycenter:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.setBarycenter:(Lorg/apache/commons/math3/geometry/Point;)V
end local 2 13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
1 14 1 tree Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
10 13 2 pc Lorg/apache/commons/math3/geometry/spherical/twod/PropertiesComputer;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
public java.util.List<org.apache.commons.math3.geometry.spherical.twod.Vertex> getBoundaryLoops();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.loops:Ljava/util/List;
ifnonnull 22
1: aload 0
iconst_0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getCut:()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
ifnonnull 4
2: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.loops:Ljava/util/List;
3: goto 22
4: StackMap locals:
StackMap stack:
aload 0
iconst_1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 1
start local 1 5: new org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder
dup
aload 1
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
invokespecial org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.<init>:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;D)V
astore 2
start local 2 6: aload 1
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
7: aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder.getEdges:()Ljava/util/List;
astore 3
start local 3 8: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.loops:Ljava/util/List;
9: goto 21
10: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree org.apache.commons.math3.geometry.spherical.twod.EdgesBuilder java.util.List
StackMap stack:
aload 3
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Edge
astore 4
start local 4 11: aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
astore 5
start local 5 12: aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.loops:Ljava/util/List;
aload 5
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
13: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.Edge org.apache.commons.math3.geometry.spherical.twod.Vertex
StackMap stack:
aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 6
start local 6 14: goto 18
15: StackMap locals: java.util.Iterator
StackMap stack:
aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
aload 4
if_acmpne 18
16: aload 6
invokeinterface java.util.Iterator.remove:()V
17: goto 19
18: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 15
end local 6 19: StackMap locals:
StackMap stack:
aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getEnd:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getOutgoing:()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
astore 4
20: aload 4
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getStart:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
aload 5
if_acmpne 13
end local 5 end local 4 21: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.List.isEmpty:()Z
ifeq 10
end local 3 end local 2 end local 1 22: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.loops:Ljava/util/List;
invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
5 22 1 root Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
6 22 2 visitor Lorg/apache/commons/math3/geometry/spherical/twod/EdgesBuilder;
8 22 3 edges Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
11 21 4 edge Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
12 21 5 startVertex Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
14 19 6 iterator Ljava/util/Iterator<Lorg/apache/commons/math3/geometry/spherical/twod/Edge;>;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;>;
public org.apache.commons.math3.geometry.enclosing.EnclosingBall<org.apache.commons.math3.geometry.spherical.twod.Sphere2D, org.apache.commons.math3.geometry.spherical.twod.S2Point> getEnclosingCap();
descriptor: ()Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=17, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isEmpty:()Z
ifeq 2
1: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
getstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_K:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
ldc -Infinity
iconst_0
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isFull:()Z
ifeq 4
3: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
getstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_K:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
ldc Infinity
iconst_0
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
areturn
4: StackMap locals:
StackMap stack:
aload 0
iconst_0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
astore 1
start local 1 5: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isEmpty:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 10
aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isFull:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 10
6: 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;
checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
astore 2
start local 2 7: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.getPole:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.negate:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
8: ldc 1.5707963267948966
9: iconst_0
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
areturn
end local 2 10: StackMap locals: org.apache.commons.math3.geometry.partitioning.BSPTree
StackMap stack:
aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getMinus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isFull:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 15
aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.getPlus:()Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.isEmpty:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Z
ifeq 15
11: 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;
checkcast org.apache.commons.math3.geometry.spherical.twod.Circle
astore 2
start local 2 12: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Circle.getPole:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
13: ldc 1.5707963267948966
14: iconst_0
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
areturn
end local 2 15: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getInsidePoints:()Ljava/util/List;
astore 2
start local 2 16: aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getBoundaryLoops:()Ljava/util/List;
astore 3
start local 3 17: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 26
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List java.util.List top java.util.Iterator
StackMap stack:
18: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.spherical.twod.Vertex
astore 4
start local 4 19: iconst_0
istore 6
start local 6 20: aload 4
astore 7
start local 7 21: goto 25
22: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List java.util.List org.apache.commons.math3.geometry.spherical.twod.Vertex java.util.Iterator int org.apache.commons.math3.geometry.spherical.twod.Vertex
StackMap stack:
iinc 6 1
23: aload 2
aload 7
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getLocation:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.getVector:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
24: aload 7
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Vertex.getOutgoing:()Lorg/apache/commons/math3/geometry/spherical/twod/Edge;
invokevirtual org.apache.commons.math3.geometry.spherical.twod.Edge.getEnd:()Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
astore 7
StackMap locals:
StackMap stack:
25: iload 6
ifeq 22
aload 7
aload 4
if_acmpne 22
end local 7 end local 6 end local 4 26: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List java.util.List top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 18
27: new org.apache.commons.math3.geometry.euclidean.threed.SphereGenerator
dup
invokespecial org.apache.commons.math3.geometry.euclidean.threed.SphereGenerator.<init>:()V
astore 4
start local 4 28: new org.apache.commons.math3.geometry.enclosing.WelzlEncloser
dup
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
aload 4
invokespecial org.apache.commons.math3.geometry.enclosing.WelzlEncloser.<init>:(DLorg/apache/commons/math3/geometry/enclosing/SupportBallGenerator;)V
29: astore 5
start local 5 30: aload 5
aload 2
invokevirtual org.apache.commons.math3.geometry.enclosing.WelzlEncloser.enclose:(Ljava/lang/Iterable;)Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall;
astore 6
start local 6 31: aload 6
invokevirtual org.apache.commons.math3.geometry.enclosing.EnclosingBall.getSupport:()[Lorg/apache/commons/math3/geometry/Point;
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D[]
astore 7
start local 7 32: aload 6
invokevirtual org.apache.commons.math3.geometry.enclosing.EnclosingBall.getRadius:()D
dstore 8
start local 8 33: aload 6
invokevirtual org.apache.commons.math3.geometry.enclosing.EnclosingBall.getCenter:()Lorg/apache/commons/math3/geometry/Point;
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Vector3D.getNorm:()D
dstore 10
start local 10 34: dload 10
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
dcmpg
ifge 48
35: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
getstatic org.apache.commons.math3.geometry.spherical.twod.S2Point.PLUS_K:Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
ldc Infinity
iconst_0
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
36: astore 12
start local 12 37: aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getOutsidePoints:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 14
goto 46
StackMap locals: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List java.util.List org.apache.commons.math3.geometry.euclidean.threed.SphereGenerator org.apache.commons.math3.geometry.enclosing.WelzlEncloser org.apache.commons.math3.geometry.enclosing.EnclosingBall org.apache.commons.math3.geometry.euclidean.threed.Vector3D[] double double org.apache.commons.math3.geometry.enclosing.EnclosingBall top java.util.Iterator
StackMap stack:
38: aload 14
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
astore 13
start local 13 39: new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 13
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
astore 15
start local 15 40: aload 0
aload 15
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.projectToBoundary:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection;
astore 16
start local 16 41: ldc 3.141592653589793
aload 16
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getOffset:()D
dsub
aload 12
invokevirtual org.apache.commons.math3.geometry.enclosing.EnclosingBall.getRadius:()D
dcmpg
ifge 46
42: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
aload 15
invokevirtual org.apache.commons.math3.geometry.spherical.twod.S2Point.negate:()Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
43: ldc 3.141592653589793
aload 16
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getOffset:()D
dsub
iconst_1
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
iconst_0
44: aload 16
invokevirtual org.apache.commons.math3.geometry.partitioning.BoundaryProjection.getProjected:()Lorg/apache/commons/math3/geometry/Point;
checkcast org.apache.commons.math3.geometry.spherical.twod.S2Point
45: aastore
invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
astore 12
end local 16 end local 15 end local 13 46: StackMap locals:
StackMap stack:
aload 14
invokeinterface java.util.Iterator.hasNext:()Z
ifne 38
47: aload 12
areturn
end local 12 48: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet org.apache.commons.math3.geometry.partitioning.BSPTree java.util.List java.util.List org.apache.commons.math3.geometry.euclidean.threed.SphereGenerator org.apache.commons.math3.geometry.enclosing.WelzlEncloser org.apache.commons.math3.geometry.enclosing.EnclosingBall org.apache.commons.math3.geometry.euclidean.threed.Vector3D[] double double
StackMap stack:
aload 7
arraylength
anewarray org.apache.commons.math3.geometry.spherical.twod.S2Point
astore 12
start local 12 49: iconst_0
istore 13
start local 13 50: goto 53
51: StackMap locals: org.apache.commons.math3.geometry.spherical.twod.S2Point[] int
StackMap stack:
aload 12
iload 13
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 7
iload 13
aaload
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
aastore
52: iinc 13 1
StackMap locals:
StackMap stack:
53: iload 13
aload 7
arraylength
if_icmplt 51
end local 13 54: new org.apache.commons.math3.geometry.enclosing.EnclosingBall
dup
new org.apache.commons.math3.geometry.spherical.twod.S2Point
dup
aload 6
invokevirtual org.apache.commons.math3.geometry.enclosing.EnclosingBall.getCenter:()Lorg/apache/commons/math3/geometry/Point;
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
invokespecial org.apache.commons.math3.geometry.spherical.twod.S2Point.<init>:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
55: dconst_1
dload 10
dload 10
dmul
dadd
dload 8
dload 8
dmul
dsub
ldc 2.0
dload 10
dmul
ddiv
invokestatic org.apache.commons.math3.util.FastMath.acos:(D)D
56: aload 12
57: invokespecial org.apache.commons.math3.geometry.enclosing.EnclosingBall.<init>:(Lorg/apache/commons/math3/geometry/Point;D[Lorg/apache/commons/math3/geometry/Point;)V
58: astore 13
start local 13 59: aload 13
areturn
end local 13 end local 12 end local 10 end local 8 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 60 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
5 60 1 root Lorg/apache/commons/math3/geometry/partitioning/BSPTree<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
7 10 2 circle Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
12 15 2 circle Lorg/apache/commons/math3/geometry/spherical/twod/Circle;
16 60 2 points Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;>;
17 60 3 boundary Ljava/util/List<Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;>;
19 26 4 loopStart Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
20 26 6 count I
21 26 7 v Lorg/apache/commons/math3/geometry/spherical/twod/Vertex;
28 60 4 generator Lorg/apache/commons/math3/geometry/euclidean/threed/SphereGenerator;
30 60 5 encloser Lorg/apache/commons/math3/geometry/enclosing/WelzlEncloser<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;>;
31 60 6 enclosing3D Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;>;
32 60 7 support3D [Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
33 60 8 r D
34 60 10 h D
37 48 12 enclosingS2 Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;>;
39 46 13 outsidePoint Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
40 46 15 outsideS2 Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
41 46 16 projection Lorg/apache/commons/math3/geometry/partitioning/BoundaryProjection<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;>;
49 60 12 support [Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;
50 54 13 i I
59 60 13 enclosingS2 Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;>;
Signature: ()Lorg/apache/commons/math3/geometry/enclosing/EnclosingBall<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;Lorg/apache/commons/math3/geometry/spherical/twod/S2Point;>;
private java.util.List<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> getInsidePoints();
descriptor: ()Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=1
start local 0 0: new org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer
dup
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
invokespecial org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.<init>:(D)V
astore 1
start local 1 1: aload 0
iconst_1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
aload 1
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
2: aload 1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.getConvexCellsInsidePoints:()Ljava/util/List;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
1 3 1 pc Lorg/apache/commons/math3/geometry/spherical/twod/PropertiesComputer;
Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;>;
private java.util.List<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> getOutsidePoints();
descriptor: ()Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=1
start local 0 0: new org.apache.commons.math3.geometry.partitioning.RegionFactory
dup
invokespecial org.apache.commons.math3.geometry.partitioning.RegionFactory.<init>:()V
aload 0
invokevirtual org.apache.commons.math3.geometry.partitioning.RegionFactory.getComplement:(Lorg/apache/commons/math3/geometry/partitioning/Region;)Lorg/apache/commons/math3/geometry/partitioning/Region;
checkcast org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet
1: astore 1
start local 1 2: new org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer
dup
aload 0
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTolerance:()D
invokespecial org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.<init>:(D)V
astore 2
start local 2 3: aload 1
iconst_1
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.getTree:(Z)Lorg/apache/commons/math3/geometry/partitioning/BSPTree;
aload 2
invokevirtual org.apache.commons.math3.geometry.partitioning.BSPTree.visit:(Lorg/apache/commons/math3/geometry/partitioning/BSPTreeVisitor;)V
4: aload 2
invokevirtual org.apache.commons.math3.geometry.spherical.twod.PropertiesComputer.getConvexCellsInsidePoints:()Ljava/util/List;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
2 5 1 complement Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
3 5 2 pc Lorg/apache/commons/math3/geometry/spherical/twod/PropertiesComputer;
Signature: ()Ljava/util/List<Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;>;
public org.apache.commons.math3.geometry.partitioning.AbstractRegion buildNew(org.apache.commons.math3.geometry.partitioning.BSPTree);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.apache.commons.math3.geometry.partitioning.Region buildNew(org.apache.commons.math3.geometry.partitioning.BSPTree);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/partitioning/Region;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.apache.commons.math3.geometry.partitioning.BSPTree
invokevirtual org.apache.commons.math3.geometry.spherical.twod.SphericalPolygonsSet.buildNew:(Lorg/apache/commons/math3/geometry/partitioning/BSPTree;)Lorg/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/apache/commons/math3/geometry/partitioning/AbstractRegion<Lorg/apache/commons/math3/geometry/spherical/twod/Sphere2D;Lorg/apache/commons/math3/geometry/spherical/oned/Sphere1D;>;
SourceFile: "SphericalPolygonsSet.java"