package v0;

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

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

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

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

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

    public C3084w(float f6, float f7, float f8, float f9) {
        super(1);
        this.f25231c = f6;
        this.f25232d = f7;
        this.f25233e = f8;
        this.f25234f = f9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3084w)) {
            return false;
        }
        C3084w c3084w = (C3084w) obj;
        return Float.compare(this.f25231c, c3084w.f25231c) == 0 && Float.compare(this.f25232d, c3084w.f25232d) == 0 && Float.compare(this.f25233e, c3084w.f25233e) == 0 && Float.compare(this.f25234f, c3084w.f25234f) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25234f) + com.google.android.recaptcha.internal.a.b(this.f25233e, com.google.android.recaptcha.internal.a.b(this.f25232d, Float.hashCode(this.f25231c) * 31, 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RelativeQuadTo(dx1=");
        sb.append(this.f25231c);
        sb.append(", dy1=");
        sb.append(this.f25232d);
        sb.append(", dx2=");
        sb.append(this.f25233e);
        sb.append(", dy2=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25234f, ')');
    }
}
