package k1;

/* JADX INFO: loaded from: classes.dex */
public final class b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final b f28974c = new b(0.0f, 3);

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

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

    public b(float f10, float f11) {
        this.f28975a = f10;
        this.f28976b = f11;
    }

    public /* synthetic */ b(float f10, int i10) {
        this((i10 & 1) != 0 ? 0.0f : f10, 0.0f);
    }
}
