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