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