package k1;

import java.util.List;
import kotlin.collections.builders.ListBuilder;

/* JADX INFO: loaded from: classes.dex */
public final class e extends g {

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(List list, long j10, long j11, boolean z10) {
        super(list);
        nb.g.i(list, "cubics");
        this.f28980b = j10;
        this.f28981c = j11;
        this.f28982d = z10;
    }

    @Override // k1.g
    public final g a(n nVar) {
        ListBuilder listBuilder = new ListBuilder();
        List list = this.f28983a;
        int size = list.size();
        for (int i10 = 0; i10 < size; i10++) {
            listBuilder.add(((c) list.get(i10)).e(nVar));
        }
        listBuilder.m();
        return new e(listBuilder, o6.b.F(this.f28980b, nVar), o6.b.F(this.f28981c, nVar), this.f28982d);
    }

    public final String toString() {
        return "Corner: vertex=" + ((Object) androidx.collection.i.b(this.f28980b)) + ", center=" + ((Object) androidx.collection.i.b(this.f28981c)) + ", convex=" + this.f28982d;
    }
}
