MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / EMSCRIPTEN_BINDINGS

Function EMSCRIPTEN_BINDINGS

source/MRWasmModule/MRWasmMeshCollide.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace MR;
12
13EMSCRIPTEN_BINDINGS( meshlib_mesh_collide )
14{
15 emscripten::function( "isInside", +[]( std::shared_ptr<Mesh> a, std::shared_ptr<Mesh> b )
16 {
17 return isInside( *a, *b );
18 } );
19}

Callers

nothing calls this directly

Calls 1

isInsideFunction · 0.50

Tested by

no test coverage detected