Go to the first, previous, next, last section, table of contents.


sm1.start

sm1.start()
:: localhost で ox_sm1_forAsir をスタートする.
return
整数
[260] ord([da,a,db,b]);
[da,a,db,b,dx,dy,dz,x,y,z,dt,ds,t,s,u,v,w, 
......... omit ..................
]
[261] a*da;
a*da
[262] cc*dcc;
dcc*cc
[263] sm1.mul(da,a,[a]);     
a*da+1                  
[264] sm1.mul(a,da,[a]);
a*da
参照
ox_launch, sm1.push_int0, sm1.push_poly0, ord


Go to the first, previous, next, last section, table of contents.