package v0;

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

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

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

    public C3076n(float f6, float f7) {
        super(3);
        this.f25201c = f6;
        this.f25202d = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3076n)) {
            return false;
        }
        C3076n c3076n = (C3076n) obj;
        return Float.compare(this.f25201c, c3076n.f25201c) == 0 && Float.compare(this.f25202d, c3076n.f25202d) == 0;
    }

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

    public final String toString() {
        StringBuilder sb = new StringBuilder("MoveTo(x=");
        sb.append(this.f25201c);
        sb.append(", y=");
        return com.google.android.recaptcha.internal.a.l(sb, this.f25202d, ')');
    }
}
