MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / add

Function add

test/embind/embind_benchmark.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69Vec3 add(const Vec3 &lhs, const Vec3 &rhs) { return Vec3(lhs.x+rhs.x, lhs.y+rhs.y, lhs.z+rhs.z); }
70
71class Transform {
72public:

Callers 1

Calls 1

Vec3Class · 0.85

Tested by

no test coverage detected