public static void BGL_F64VSET(f64vector v, int l, double o) { v.objs[l] = o; }
public static double BGL_F64VREF(f64vector v, int l) { return v.objs[l]; }