package v0;

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

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

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

    public C3083v(float f6, float f7) {
        super(3);
        this.f25229c = f6;
        this.f25230d = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3083v)) {
            return false;
        }
        C3083v c3083v = (C3083v) obj;
        return Float.compare(this.f25229c, c3083v.f25229c) == 0 && Float.compare(this.f25230d, c3083v.f25230d) == 0;
    }

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

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