UNPKG

@thi.ng/geom-tessellate

Version:

2D/3D convex polygon tessellators

9 lines 260 B
import type { Tessellator } from "./api.js"; /** * Combined tessellator of {@link triFan}, followed by {@link rimTris}, but in a * single pass. * * @param points */ export declare const triFanSplit: Tessellator; //# sourceMappingURL=tri-fan-split.d.ts.map