package v0;

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

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

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

    public C3075m(float f6, float f7) {
        super(3);
        this.f25199c = f6;
        this.f25200d = f7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3075m)) {
            return false;
        }
        C3075m c3075m = (C3075m) obj;
        return Float.compare(this.f25199c, c3075m.f25199c) == 0 && Float.compare(this.f25200d, c3075m.f25200d) == 0;
    }

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

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