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:620–622 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
618
];
619
}
620
toFloat32Array() {
621
return
this.#internal;
622
}
623
}
624
class
Vector2 {
625
#internal =
new
Float32Array(2);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected