const getArcSegments: (
__0: {
chunks: VectorLike,
groups?: VectorLike,
loops?: boolean[] | boolean | null,
},
) => {
count: any,
sparse: number,
anchors: Uint32Array<ArrayBuffer>,
trims: Uint32Array<ArrayBuffer>,
slices: Uint32Array<ArrayBuffer>,
unwelds: Uint32Array<any> | undefined,
schema: {
},
}
Make index data for arc segments/trim data
packages / workbench / src / layers / arc-segments.ts