Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ back
Method
back
examples/extern/gmath.bundle.js:318–320 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
316
return
new
Vector3(1, 0, 0);
317
}
318
static back() {
319
return
new
Vector3(0, 0, -1);
320
}
321
static forward() {
322
return
new
Vector3(0, 0, 1);
323
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected