package l;

import java.text.DecimalFormat;

/* JADX INFO: compiled from: SplineSet.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    protected a f5299a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    protected int[] f5300b = new int[10];

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    protected float[] f5301c = new float[10];

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private int f5302d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private String f5303e;

    public float a(float f3) {
        return (float) this.f5299a.a(f3, 0);
    }

    public String toString() {
        String str = this.f5303e;
        DecimalFormat decimalFormat = new DecimalFormat("##.##");
        for (int i3 = 0; i3 < this.f5302d; i3++) {
            str = str + "[" + this.f5300b[i3] + " , " + decimalFormat.format(this.f5301c[i3]) + "] ";
        }
        return str;
    }
}
