UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 411 B
/** * Splice vertex * Merges two vertices into one, source into destination, removing source. * NOTE: source vertex is deleted in the process * * @param {TopoMesh} mesh * @param {TopoVertex} destination * @param {TopoVertex} source * @returns {boolean} */ export function tm_vert_splice(mesh: TopoMesh, destination: TopoVertex, source: TopoVertex): boolean; //# sourceMappingURL=tm_vert_splice.d.ts.map