class org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform implements org.apache.commons.math3.geometry.partitioning.Transform<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D, 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.threed.PolyhedronsSet$TranslationTransform
super_class: java.lang.Object
{
private org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0002) ACC_PRIVATE
private org.apache.commons.math3.geometry.euclidean.threed.Plane cachedOriginal;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
flags: (0x0002) ACC_PRIVATE
private org.apache.commons.math3.geometry.partitioning.Transform<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D, org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> cachedTransform;
descriptor: Lorg/apache/commons/math3/geometry/partitioning/Transform;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/apache/commons/math3/geometry/partitioning/Transform<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
void <init>(org.apache.commons.math3.geometry.euclidean.threed.Vector3D);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
flags: (0x0000)
Code:
stack=2, 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.euclidean.threed.PolyhedronsSet$TranslationTransform.translation:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet$TranslationTransform;
0 3 1 translation Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
MethodParameters:
Name Flags
translation final
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D apply(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=2
start local 0 start local 1 0: new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dup
dconst_1
aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
dconst_1
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.translation:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokespecial org.apache.commons.math3.geometry.euclidean.threed.Vector3D.<init>:(DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;DLorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet$TranslationTransform;
0 1 1 point Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
MethodParameters:
Name Flags
point final
public org.apache.commons.math3.geometry.euclidean.threed.Plane apply(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.translation:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Plane.translate:(Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;)Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet$TranslationTransform;
0 1 1 hyperplane Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
MethodParameters:
Name Flags
hyperplane final
public org.apache.commons.math3.geometry.partitioning.SubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D> apply(org.apache.commons.math3.geometry.partitioning.SubHyperplane<org.apache.commons.math3.geometry.euclidean.twod.Euclidean2D>, org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>, org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.threed.Euclidean3D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedOriginal:Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
if_acmpeq 11
1: aload 2
checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
astore 4
start local 4 2: aload 3
checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
astore 5
start local 5 3: aload 5
aload 0
aload 4
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Plane.getOrigin:()Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.apply:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.Plane.toSubSpace:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
astore 6
start local 6 4: aload 0
aload 2
checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
putfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedOriginal:Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
5: aload 0
6: dconst_1
dconst_0
dconst_0
dconst_1
7: aload 6
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Vector2D.getX:()D
8: aload 6
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Vector2D.getY:()D
9: invokestatic org.apache.commons.math3.geometry.euclidean.twod.Line.getTransform:(DDDDDD)Lorg/apache/commons/math3/geometry/partitioning/Transform;
10: putfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedTransform:Lorg/apache/commons/math3/geometry/partitioning/Transform;
end local 6 end local 5 end local 4 11: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.commons.math3.geometry.euclidean.twod.SubLine
aload 0
getfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedTransform:Lorg/apache/commons/math3/geometry/partitioning/Transform;
invokevirtual org.apache.commons.math3.geometry.euclidean.twod.SubLine.applyTransform:(Lorg/apache/commons/math3/geometry/partitioning/Transform;)Lorg/apache/commons/math3/geometry/partitioning/AbstractSubHyperplane;
areturn
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/threed/PolyhedronsSet$TranslationTransform;
0 12 1 sub Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
0 12 2 original Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
0 12 3 transformed Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;
2 11 4 oPlane Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
3 11 5 tPlane Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
4 11 6 shift Lorg/apache/commons/math3/geometry/euclidean/twod/Vector2D;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;>;)Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane<Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
MethodParameters:
Name Flags
sub final
original final
transformed final
public org.apache.commons.math3.geometry.partitioning.Hyperplane apply(org.apache.commons.math3.geometry.partitioning.Hyperplane);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
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.Hyperplane
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.apply:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.apache.commons.math3.geometry.Point apply(org.apache.commons.math3.geometry.Point);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
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.Point
invokevirtual org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.apply:(Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/Transform<Lorg/apache/commons/math3/geometry/euclidean/threed/Euclidean3D;Lorg/apache/commons/math3/geometry/euclidean/twod/Euclidean2D;>;
SourceFile: "PolyhedronsSet.java"
NestHost: org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet
InnerClasses:
private TranslationTransform = org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform of org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet