package v0;

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

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

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

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

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

    public C3078p(float f6, float f7, float f8, float f9) {
        super(2);
        this.f25207c = f6;
        this.f25208d = f7;
        this.f25209e = f8;
        this.f25210f = f9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3078p)) {
            return false;
        }
        C3078p c3078p = (C3078p) obj;
        return Float.compare(this.f25207c, c3078p.f25207c) == 0 && Float.compare(this.f25208d, c3078p.f25208d) == 0 && Float.compare(this.f25209e, c3078p.f25209e) == 0 && Float.compare(this.f25210f, c3078p.f25210f) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25210f) + com.google.android.recaptcha.internal.a.b(this.f25209e, com.google.android.recaptcha.internal.a.b(this.f25208d, Float.hashCode(this.f25207c) * 31, 31), 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ReflectiveCurveTo(x1=");
        sb.append(this.f25207c);
        sb.append(", y1=");
        sb.append(this.f25208d);
        sb.append(", x2=");
        sb.append(this.f25209e);
        sb.append(", y2=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25210f, ')');
    }
}
