/** * Flips the winding order of given indices * * @public * @remarks indices are assumed to define a triangle list */ export declare function flipWindingOrder(indices: number[]): void; //# sourceMappingURL=flipWindingOrder.d.ts.map