public static void BGL_F32VSET(f32vector v, int l, float o) { v.objs[l] = o; }
public static float BGL_F32VREF(f32vector v, int l) { return v.objs[l]; }