package o; /* renamed from: o.htl, reason: case insensitive filesystem */ /* loaded from: classes2.dex */ public final class C15709htl { public final double a; public final double b; public final double c; public final double d; public final double e; public final double g; public C15709htl(double d, double d2, double d3, double d4) { this.a = d; this.g = d3; this.d = d2; this.e = d4; this.b = (d + d2) / 2.0d; this.c = (d3 + d4) / 2.0d; } public final boolean c(C15709htl c15709htl) { return c15709htl.a < this.d && this.a < c15709htl.d && c15709htl.g < this.e && this.g < c15709htl.e; } public final boolean e(C15709htl c15709htl) { return c15709htl.a >= this.a && c15709htl.d <= this.d && c15709htl.g >= this.g && c15709htl.e <= this.e; } public final boolean c(double d, double d2) { return this.a <= d && d <= this.d && this.g <= d2 && d2 <= this.e; } }