package v0;

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

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

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

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

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

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

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

    public C3080s(float f6, float f7, float f8, float f9, float f10, float f11) {
        super(2);
        this.f25220c = f6;
        this.f25221d = f7;
        this.f25222e = f8;
        this.f25223f = f9;
        this.f25224g = f10;
        this.f25225h = f11;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3080s)) {
            return false;
        }
        C3080s c3080s = (C3080s) obj;
        return Float.compare(this.f25220c, c3080s.f25220c) == 0 && Float.compare(this.f25221d, c3080s.f25221d) == 0 && Float.compare(this.f25222e, c3080s.f25222e) == 0 && Float.compare(this.f25223f, c3080s.f25223f) == 0 && Float.compare(this.f25224g, c3080s.f25224g) == 0 && Float.compare(this.f25225h, c3080s.f25225h) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25225h) + com.google.android.recaptcha.internal.a.b(this.f25224g, com.google.android.recaptcha.internal.a.b(this.f25223f, com.google.android.recaptcha.internal.a.b(this.f25222e, com.google.android.recaptcha.internal.a.b(this.f25221d, Float.hashCode(this.f25220c) * 31, 31), 31), 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("RelativeCurveTo(dx1=");
        sb.append(this.f25220c);
        sb.append(", dy1=");
        sb.append(this.f25221d);
        sb.append(", dx2=");
        sb.append(this.f25222e);
        sb.append(", dy2=");
        sb.append(this.f25223f);
        sb.append(", dx3=");
        sb.append(this.f25224g);
        sb.append(", dy3=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25225h, ')');
    }
}
