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:1455–1457 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1453
];
1454
}
1455
toFloat32Array() {
1456
return
new
Float32Array(this.#internal);
1457
}
1458
}
1459
export
{ Matrix2 as Matrix2 };
1460
export
{ Matrix3 as Matrix3 };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected