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