package v0;

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

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

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

    public C3082u(float f6, float f7) {
        super(3);
        this.f25227c = f6;
        this.f25228d = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3082u)) {
            return false;
        }
        C3082u c3082u = (C3082u) obj;
        return Float.compare(this.f25227c, c3082u.f25227c) == 0 && Float.compare(this.f25228d, c3082u.f25228d) == 0;
    }

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

    public final String toString() {
        StringBuilder sb = new StringBuilder("RelativeLineTo(dx=");
        sb.append(this.f25227c);
        sb.append(", dy=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25228d, ')');
    }
}
