Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ zero
Method
zero
examples/extern/gmath.bundle.js:1578–1580 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1576
scalar;
1577
vector;
1578
static zero() {
1579
return
new
Quaternion(0, Vector3.zero());
1580
}
1581
static one() {
1582
return
new
Quaternion(1, Vector3.one());
1583
}
Callers
nothing calls this directly
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected