package v0;

/* JADX INFO: renamed from: v0.q, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C3079q extends AbstractC3060B {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final float f25211c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f25212d;

    public C3079q(float f6, float f7) {
        super(1);
        this.f25211c = f6;
        this.f25212d = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3079q)) {
            return false;
        }
        C3079q c3079q = (C3079q) obj;
        return Float.compare(this.f25211c, c3079q.f25211c) == 0 && Float.compare(this.f25212d, c3079q.f25212d) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25212d) + (Float.hashCode(this.f25211c) * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ReflectiveQuadTo(x=");
        sb.append(this.f25211c);
        sb.append(", y=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25212d, ')');
    }
}
