Inheritance: hvector
Example #1
0
 public static void BGL_F64VSET(f64vector v, int l, double o)
 {
     v.objs[l] = o;
 }
Example #2
0
 public static double BGL_F64VREF(f64vector v, int l)
 {
     return v.objs[l];
 }