// Content/types.ts export type Float = number; export type Vector = [Float, Float, Float];