interface IVectorLikeimport { type IVectorLike } from "https://deno.land/x/caviar@2.6.9/src/math/vector/mod.ts"; Propertiesx: numbery: number