Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ toFloat32Array
Method
toFloat32Array
examples/extern/gmath.bundle.js:443–445 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
441
];
442
}
443
toFloat32Array() {
444
return
this.#internal;
445
}
446
}
447
class
Vector4 {
448
#internal =
new
Float32Array(4);
Callers
1
buildViewProjMatrix
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected