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 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
        start local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation
         0: .line 700
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 701
            aload 0 /* this */
            aload 1 /* translation */
            putfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.translation:Lorg/apache/commons/math3/geometry/euclidean/threed/Vector3D;
         2: .line 702
            return
        end local 1 // org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
      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 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
        start local 1 // org.apache.commons.math3.geometry.Point point
         0: .line 706
            new org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dup
            dconst_1
            aload 1 /* point */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Vector3D
            dconst_1
            aload 0 /* this */
            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 // org.apache.commons.math3.geometry.Point point
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
      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 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
        start local 1 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
         0: .line 711
            aload 1 /* hyperplane */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
            aload 0 /* this */
            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 // org.apache.commons.math3.geometry.partitioning.Hyperplane hyperplane
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
      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 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
        start local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        start local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane original
        start local 3 // org.apache.commons.math3.geometry.partitioning.Hyperplane transformed
         0: .line 718
            aload 2 /* original */
            aload 0 /* this */
            getfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedOriginal:Lorg/apache/commons/math3/geometry/euclidean/threed/Plane;
            if_acmpeq 11
         1: .line 721
            aload 2 /* original */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
            astore 4 /* oPlane */
        start local 4 // org.apache.commons.math3.geometry.euclidean.threed.Plane oPlane
         2: .line 722
            aload 3 /* transformed */
            checkcast org.apache.commons.math3.geometry.euclidean.threed.Plane
            astore 5 /* tPlane */
        start local 5 // org.apache.commons.math3.geometry.euclidean.threed.Plane tPlane
         3: .line 723
            aload 5 /* tPlane */
            aload 0 /* this */
            aload 4 /* oPlane */
            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 /* shift */
        start local 6 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D shift
         4: .line 725
            aload 0 /* this */
            aload 2 /* original */
            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: .line 726
            aload 0 /* this */
         6: .line 727
            dconst_1
            dconst_0
            dconst_0
            dconst_1
         7: .line 728
            aload 6 /* shift */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Vector2D.getX:()D
         8: .line 729
            aload 6 /* shift */
            invokevirtual org.apache.commons.math3.geometry.euclidean.twod.Vector2D.getY:()D
         9: .line 727
            invokestatic org.apache.commons.math3.geometry.euclidean.twod.Line.getTransform:(DDDDDD)Lorg/apache/commons/math3/geometry/partitioning/Transform;
        10: .line 726
            putfield org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform.cachedTransform:Lorg/apache/commons/math3/geometry/partitioning/Transform;
        end local 6 // org.apache.commons.math3.geometry.euclidean.twod.Vector2D shift
        end local 5 // org.apache.commons.math3.geometry.euclidean.threed.Plane tPlane
        end local 4 // org.apache.commons.math3.geometry.euclidean.threed.Plane oPlane
        11: .line 733
      StackMap locals:
      StackMap stack:
            aload 1 /* sub */
            checkcast org.apache.commons.math3.geometry.euclidean.twod.SubLine
            aload 0 /* this */
            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 // org.apache.commons.math3.geometry.partitioning.Hyperplane transformed
        end local 2 // org.apache.commons.math3.geometry.partitioning.Hyperplane original
        end local 1 // org.apache.commons.math3.geometry.partitioning.SubHyperplane sub
        end local 0 // org.apache.commons.math3.geometry.euclidean.threed.PolyhedronsSet$TranslationTransform this
      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: .line 1
            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: .line 1
            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