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