Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/caviar/src/math/vector/mod.ts>VectorToArray

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
variable VectorToArray
import { VectorToArray } from "https://deno.land/x/caviar@1.0.2/src/math/vector/mod.ts";

type

(
v: IVectorLike,
dst?,
i?,
) => Float32Array