;; geom/len.flan — a second file in the same directory shares one top-level ;; scope: it does not import vec.flan, and the order of the two does not matter. (defn length [v V2] f32 (sqrt-f32 (+ (* (.x v) (.x v)) (* (.y v) (.y v)))))