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