Vector types: Vec2, Vec3, Vec4 (homogeneous coordinates)
Pure math. Every field is f64 for precision. Vec4 uses homogeneous coordinates: actual position = (x/w, y/w, z/w).