package v0;

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

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

    public C3081t(float f6) {
        super(3);
        this.f25226c = f6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof C3081t) && Float.compare(this.f25226c, ((C3081t) obj).f25226c) == 0;
    }

    public final int hashCode() {
        return Float.hashCode(this.f25226c);
    }

    public final String toString() {
        return com.google.android.recaptcha.internal.a.l(new StringBuilder("RelativeHorizontalTo(dx="), this.f25226c, ')');
    }
}
