package com.seewo.factoryaging.opengl3d.h;

/* JADX INFO: compiled from: BoundingBox.java */
/* JADX INFO: loaded from: classes.dex */
public final class d {
    private final String a;
    private final float b;
    private final float c;
    private final float d;
    private final float e;
    private final float f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final float f334g;

    public d(String str, float f, float f2, float f3, float f4, float f5, float f6) {
        this.a = str;
        this.b = f;
        this.c = f2;
        this.d = f3;
        this.e = f4;
        this.f = f5;
        this.f334g = f6;
    }

    public float a() {
        return this.c;
    }

    public float b() {
        return this.b;
    }

    public float c() {
        return this.e;
    }

    public float d() {
        return this.d;
    }

    public float e() {
        return this.f334g;
    }

    public float f() {
        return this.f;
    }

    public boolean g(float f, float f2, float f3) {
        return f > a() || f < b() || f2 < d() || f2 > c() || f3 < f() || f3 > e();
    }

    public String toString() {
        return "BoundingBoxBuilder{id='" + this.a + "', xMin=" + this.b + ", xMax=" + this.c + ", yMin=" + this.d + ", yMax=" + this.e + ", zMin=" + this.f + ", zMax=" + this.f334g + '}';
    }
}
