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:1159–1161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1157
];
1158
}
1159
toFloat32Array() {
1160
return
new
Float32Array(this.#internal);
1161
}
1162
}
1163
class
Matrix4 {
1164
ptr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected