class Vector implements IVectorimport { Vector } from "https://deno.land/x/caviar@1.0.2/src/math/vector/Vector.ts"; ConstructorsnewVector(x?: number, y?: number)MethodsfromArray(src: Float32Array, i?): thisset(x?, y?): thistoArray(dst?: Float32Array, i?): Float32ArraytoString(): string