UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 381 B
/** * Remove edge and all faces that use it * NOTE: Loosely based on blender's code: https://github.com/blender/blender/blob/594f47ecd2d5367ca936cf6fc6ec8168c2b360d0/source/blender/bmesh/intern/bmesh_core.c#L987 * @param {TopoMesh} mesh * @param {TopoEdge} edge */ export function tm_edge_kill(mesh: TopoMesh, edge: TopoEdge): void; //# sourceMappingURL=tm_edge_kill.d.ts.map