Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ trace
Method
trace
examples/extern/gmath.bundle.js:1417–1419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1415
];
1416
}
1417
trace() {
1418
return
this[0][0] + this[1][1] + this[2][2] + this[3][3];
1419
}
1420
determinant() {
1421
return
matrix4determinant(this.ptr);
1422
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected