public class org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint implements org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
super_class: java.lang.Object
{
private static final double DEFAULT_TOLERANCE;
descriptor: D
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1.0E-10
private org.apache.commons.math3.geometry.euclidean.oned.Vector1D location;
descriptor: Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
flags: (0x0002) ACC_PRIVATE
private boolean direct;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private final double tolerance;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.apache.commons.math3.geometry.euclidean.oned.Vector1D, boolean, double);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
2: aload 0
iload 2
putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
3: aload 0
dload 3
putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
0 5 1 location Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
0 5 2 direct Z
0 5 3 tolerance D
MethodParameters:
Name Flags
location final
direct final
tolerance final
public void <init>(org.apache.commons.math3.geometry.euclidean.oned.Vector1D, boolean);
descriptor: (Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
ldc 1.0E-10
invokespecial org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.<init>:(Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;ZD)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/euclidean/oned/OrientedPoint;
0 2 1 location Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
0 2 2 direct Z
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
location final
direct final
public org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint copySelf();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public double getOffset(org.apache.commons.math3.geometry.Vector<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
descriptor: (Lorg/apache/commons/math3/geometry/Vector;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.getOffset:(Lorg/apache/commons/math3/geometry/Point;)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
0 1 1 vector Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
Signature: (Lorg/apache/commons/math3/geometry/Vector<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)D
MethodParameters:
Name Flags
vector
public double getOffset(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.commons.math3.geometry.euclidean.oned.Vector1D
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.Vector1D.getX:()D
dsub
dstore 2
start local 2 1: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
ifeq 2
dload 2
goto 3
StackMap locals: double
StackMap stack:
2: dload 2
dneg
StackMap locals:
StackMap stack: double
3: dreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
0 4 1 point Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
1 4 2 delta D
Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)D
MethodParameters:
Name Flags
point final
public org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint wholeHyperplane();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint
dup
aload 0
aconst_null
invokespecial org.apache.commons.math3.geometry.euclidean.oned.SubOrientedPoint.<init>:(Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;Lorg/apache/commons/math3/geometry/partitioning/Region;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet wholeSpace();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet
dup
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
invokespecial org.apache.commons.math3.geometry.euclidean.oned.IntervalsSet.<init>:(D)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public boolean sameOrientationAs(org.apache.commons.math3.geometry.partitioning.Hyperplane<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
descriptor: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
aload 1
checkcast org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
ixor
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
0 3 1 other Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
Signature: (Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Z
MethodParameters:
Name Flags
other final
public org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D> project(org.apache.commons.math3.geometry.Point<org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D>);
descriptor: (Lorg/apache/commons/math3/geometry/Point;)Lorg/apache/commons/math3/geometry/Point;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
0 1 1 point Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
Signature: (Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;)Lorg/apache/commons/math3/geometry/Point<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
MethodParameters:
Name Flags
point
public double getTolerance();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.tolerance:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public org.apache.commons.math3.geometry.euclidean.oned.Vector1D getLocation();
descriptor: ()Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
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.oned.OrientedPoint.location:Lorg/apache/commons/math3/geometry/euclidean/oned/Vector1D;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public boolean isDirect();
descriptor: ()Z
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.oned.OrientedPoint.direct:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public void revertSelf();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
1: iconst_1
StackMap locals: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint
StackMap stack: org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint int
2: putfield org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.direct:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
public org.apache.commons.math3.geometry.partitioning.SubHyperplane wholeHyperplane();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/SubHyperplane;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeHyperplane:()Lorg/apache/commons/math3/geometry/euclidean/oned/SubOrientedPoint;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.apache.commons.math3.geometry.partitioning.Region wholeSpace();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Region;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.wholeSpace:()Lorg/apache/commons/math3/geometry/euclidean/oned/IntervalsSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.apache.commons.math3.geometry.partitioning.Hyperplane copySelf();
descriptor: ()Lorg/apache/commons/math3/geometry/partitioning/Hyperplane;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.commons.math3.geometry.euclidean.oned.OrientedPoint.copySelf:()Lorg/apache/commons/math3/geometry/euclidean/oned/OrientedPoint;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/geometry/partitioning/Hyperplane<Lorg/apache/commons/math3/geometry/euclidean/oned/Euclidean1D;>;
SourceFile: "OrientedPoint.java"