class Vector3import { Vector3 } from "https://deno.land/x/caviar@1.0.2/src/math/vector/mod.ts"; ConstructorsnewVector3(x?: number,y?: number,z?: number,)MethodsfromArray(src: Float32Array, i?): thisset(x?,y?,z?,): thistoArray(dst?: Float32Array, i?): Float32ArraytoString(): string