package main Position :: struct { x, y: f32, } Direction :: struct { x, y: f32, }