package v0;

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

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

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

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

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

    public C3077o(float f6, float f7, float f8, float f9) {
        super(1);
        this.f25203c = f6;
        this.f25204d = f7;
        this.f25205e = f8;
        this.f25206f = f9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3077o)) {
            return false;
        }
        C3077o c3077o = (C3077o) obj;
        return Float.compare(this.f25203c, c3077o.f25203c) == 0 && Float.compare(this.f25204d, c3077o.f25204d) == 0 && Float.compare(this.f25205e, c3077o.f25205e) == 0 && Float.compare(this.f25206f, c3077o.f25206f) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25206f) + com.google.android.recaptcha.internal.a.b(this.f25205e, com.google.android.recaptcha.internal.a.b(this.f25204d, Float.hashCode(this.f25203c) * 31, 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("QuadTo(x1=");
        sb.append(this.f25203c);
        sb.append(", y1=");
        sb.append(this.f25204d);
        sb.append(", x2=");
        sb.append(this.f25205e);
        sb.append(", y2=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25206f, ')');
    }
}
