Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ down
Method
down
examples/extern/gmath.bundle.js:309–311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
307
return
new
Vector3(0, 1, 0);
308
}
309
static down() {
310
return
new
Vector3(0, -1, 0);
311
}
312
static left() {
313
return
new
Vector3(-1, 0, 0);
314
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected