UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 221 B
/** * Remove vertex and all edges that use it * @param {TopoMesh} mesh * @param {TopoVertex} vertex */ export function tm_vert_kill(mesh: TopoMesh, vertex: TopoVertex): void; //# sourceMappingURL=tm_vert_kill.d.ts.map