bigloo.foreign.BGL_F32VSET C# (CSharp) Method

BGL_F32VSET() public static method

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