MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / add

Function add

test/test_applyTransform.js:14–16  ·  view source on GitHub ↗
(v1,v2)

Source from the content-addressed store, hash-verified

12 return vert;
13 }
14 function add(v1,v2) {
15 return [v1[0]+v2[0],v1[1]+v2[1],v1[2]+v2[2]];
16 }
17
18 it("#applyTransform",function(){
19

Callers 2

NAN_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected