29 lines
505 B
Java
29 lines
505 B
Java
package com.kofax.mobile.sdk.k;
|
|
|
|
import android.graphics.Point;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class o {
|
|
private final double GQ;
|
|
private final double GR;
|
|
private final Point GS;
|
|
|
|
public o(double d, double d2, Point point) {
|
|
this.GQ = d;
|
|
this.GR = d2;
|
|
this.GS = point;
|
|
}
|
|
|
|
public double lC() {
|
|
return this.GR;
|
|
}
|
|
|
|
public double lB() {
|
|
return this.GQ;
|
|
}
|
|
|
|
public Point getCenterPoint() {
|
|
return this.GS;
|
|
}
|
|
}
|