平面曲線の式

 円弧により平面曲線を描画するための式を登録します。
 //**********************************************************************************
  #macro Curve_function(Sp,Px0,Pz0,Func_type)
   #switch(Func_type)
   #case( 3) #local Px0=Sp; #local Pz0=sin(Sp); #break // sin
   #end
  #end
 //**********************************************************************************