MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / toFloat32Array

Method toFloat32Array

examples/extern/gmath.bundle.js:921–923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

919 ];
920 }
921 toFloat32Array() {
922 return new Float32Array(this.#internal);
923 }
924}
925class Matrix3 {
926 ptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected