import { type VectorHelpers } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";
Functions for manipulating vectors. It is Loosely based off of SkV3 in SkM44.h but Skia also has SkVec2 and Skv4. This combines them and works on vectors of any length.